/** * 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', 'allianc1_wp_2tuqc' ); /** Database username */ define( 'DB_USER', 'allianc1_wp_hft5o' ); /** Database password */ define( 'DB_PASSWORD', 'MD2!_QLvIJ6d$569' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', 'EK([e(l91%q2p3S3nt(13[VTZ~QD:9)3D~Rz4D3a50v3!_nz64l&:FQoZxf@[Vi+'); define('SECURE_AUTH_KEY', 'S]f5csFkn2_uT3;B7Sr3@5)-*I3e3Y97i2HySHWu~ny9_tFl@9[y87A/p&LSL4qz'); define('LOGGED_IN_KEY', 'uN#VN2%02v|hv)d2mcS]@8y9Tc727~ZhQxehE:@9/P%EI/nPw!/[NprD3];TG~6]'); define('NONCE_KEY', '%#9()!PdWD#rja*Iw5C2-+7mk2P5a5z9)5Q7n1|&/#@v(y42c67ZVthk6O4|_JJ3'); define('AUTH_SALT', '%4))P2UWn2Hw_y!0&bVl[*[Va9j*R36pU2q)83E7~mF5+MeE%90HwZy-L7y4(-9h'); define('SECURE_AUTH_SALT', ':xoWF:*bV~KT_58-Aek!/67-36*aXNo8t147ulcW)gu18:V3jE~#tYE7g2VKSQ;b'); define('LOGGED_IN_SALT', 'P2t&I*o)8mG4IW_2351_huH12z#3fIIa|mHpYVQQ2q6e*1g(aCTY*O3GK@w6*285'); define('NONCE_SALT', '1-r4A5K00;0H-LM6VVJ2a7no3#-]X2n9NL4TBy|#NT|V~L-8[_51@[w_ld)261#i'); /**#@-*/ /** * 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 = 'iQFQWx_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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( 'WP_DEBUG', false ); } /* 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';