File: /home/innocamp/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );
/**
* 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'innocamp' );
/** MySQL database username */
define( 'DB_USER', 'innocamp' );
/** MySQL database password */
define( 'DB_PASSWORD', 'ooPe4AhChu' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', 'P: AlIX=:6dA6~ k>--vBY[+$<k*z~X(Yop7Zm01Woh3x6U0[dykF:uNI^##EB6A' );
define( 'SECURE_AUTH_KEY', '=QO8>LGt2B3vacLpwdZP6_<X&7D/a9!XaIKd[1eaW9e+! &w3V$gAq!}wOWsfIz%' );
define( 'LOGGED_IN_KEY', 'Ag![ppY:kskbVHv72sUhc.9#*mcqe2UVN~`b75vo?+I-WCyX@QrHGx/td%1:f73^' );
define( 'NONCE_KEY', '|PV?/(`q(i5RNQIXp$u&yirJRU?KLg0(vQ$(y`5qXx:,XqY]`$Iv|q:iaFx(v;<A' );
define( 'AUTH_SALT', 'fSg9B?cScG8!<N@HsQI4Q?_E&:jA=GW~&,Y*7!{4#0ZdrP[bRO#B2mK9jz#>n3s;' );
define( 'SECURE_AUTH_SALT', '~p;AYOP~|?;:J]-k5JaSiQp;Ss*uRJ=we}NL}4G-p)%M@n,`/UtX]RQ.%mML8?j=' );
define( 'LOGGED_IN_SALT', '$8[?6gw7rE@>Aj2Z14`@xy2<gc3o`)w:Yp~dysiC~ZC4.*cQ5`,<q|!9{ig`yG>|' );
define( 'NONCE_SALT', ']i`KALdHh3a?joEh~%c!UzRxv&>F:xG+qJGQP$5nsSS9$x#ute3_U`pWMc&Hxmw!' );
/**#@-*/
/**
* 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_';
/**
* 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/
*/
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
/* Add any custom values between this line and the "stop editing" line. */
define( 'SCRIPT_DEBUG', true );
define( 'SAVEQUERIES', 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';