/** * 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', 'setctpco_wp_q4f2x' ); /** Database username */ define( 'DB_USER', 'setctpco_wp_1gwir' ); /** Database password */ define( 'DB_PASSWORD', 'G^cC3js#rmM!50j8' ); /** 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', '26nA-PLvWzOb3x(]gb/5&Z[[!+01:0V3@0bh&+&7AL&:5|ftVAS2aWYj8hnljdiR'); define('SECURE_AUTH_KEY', '4C@T~Z8!k&V5rjz36162(1O/O]7_![~Yq]90;de*4N7j3Wo;7&Vg4B#()HDxaJmX'); define('LOGGED_IN_KEY', 'j;JC-6:106@1+:]Fux35K|%eE3E]~etPv7X2S(rxFMH2quZUo[D]dB|8r(0WmI)]'); define('NONCE_KEY', 'ABob9cFNxpJjR!ME*wA3o!x|e#G2zgP#C*&1S8o)LgEu_)C2*8I+R+*8HH479/i5'); define('AUTH_SALT', '2qYku2z00h/J1q@zE8P1#@[kV2D65mV6Lj28nNKS87#tN9G_Rw7)7)QP!2Ox|y||'); define('SECURE_AUTH_SALT', ']zEb6/(JeM]8yE)qA;**+)JPDD97PG9WYSI+5;&P22;*Wh|1w;N3p1/jY8|Eu@96'); define('LOGGED_IN_SALT', '|852Ekbh2[4h05%xUzW!(XZ[:2]mG97Cx1z&aj66557]0J|N74EOJ2L4IVl9-0Ds'); define('NONCE_SALT', '3O24P7JG@pG;@0p0h%hqC4Z55BkAMc7cOwYP87jG5kC(hZ:#EE7&X7@q]lOx7V]4'); /**#@-*/ /** * 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 = 'LjJJK_'; /* 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 ); } 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';