File: //var/www/nerdlets.org/wp-config.php
<?php
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the web site, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'nerdlets_org_db' );
/** Database username */
define( 'DB_USER', 'nerdlets_org_user' );
/** Database password */
define( 'DB_PASSWORD', 'WqQnIOlXqT6JJWAMZNuFOQ==' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
/**#@+
* Authentication unique keys and salts.
*
* Change these to different unique phrases! You can generate these using
* the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
*
* You can change these at any point in time to invalidate all existing cookies.
* This will force all users to have to log in again.
*
* @since 2.6.0
*/
define( 'AUTH_KEY', '8*Iyax}3emMGEd^IBXby7Z)-9#p{]y9[ZWz@})a0q=Hxe 6$Sk{$zJ?b(cG^,^F?' );
define( 'SECURE_AUTH_KEY', 'HI+JI~jZ26p:S9D7g!M8Z*%{.Ul<#0N!GL5@44P1lZ0~!NWW4LoXr3{eMxvl}WSR' );
define( 'LOGGED_IN_KEY', 'ijp:{#?zb{w!W]PT;Xd -5oB2fIDZ99aiuP.Jjp=TFNNyCMr:v))Ur[0IrancjuE' );
define( 'NONCE_KEY', ')::GqatK!?VoV;:8XZubyzvx68Bq{Vn)6%JlaP.VL)~ *kNjuD88R@M&^=d%@*KE' );
define( 'AUTH_SALT', '{5WyfDNPHB[82W]4l.0hgG}3DR}{^:qMOR1nr}ZEW0pX)V3{@3&~5wX!GT&nZn;C' );
define( 'SECURE_AUTH_SALT', 'd XX%,>d`{TYU^;tdsxs/*k(itfmlkDXvcP$y>:?EZ)Y[g`2E@}LbPxns@:n@4C6' );
define( 'LOGGED_IN_SALT', '$8v}TM<$L[1|Xp{~I2vB6u!$A]}/1eP8s0tRnotY,rN0$sP[/a 0eH^@K6iT>dl6' );
define( 'NONCE_SALT', '8)l?w8< H3NxaU5g1tYKqBFWZHdD+2-*oHU5xur#X?`zP]Ec L}j[Ssu?tXhG<11' );
define( 'WP_CACHE_KEY_SALT', 'MDDe8Urv.!y<r#F4gZ@rcPtfpi2#o3[GZz_Ir]Ocmm;Ru25y7*ehOLsuw7ax5;&L' );
/**#@-*/
/**
* WordPress database table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'wp_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define('DISABLE_WP_CRON', true);
define( 'WP_DEBUG', false );
define('DISABLE_WP_CRON', true);
}
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';