/** define('DISABLE_WP_CRON', 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: * * * 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', 'datadapt_wp_ws3xs' ); /** Database username */ define( 'DB_USER', 'datadapt_wp_nqamb' ); /** Database password */ define( 'DB_PASSWORD', '^WkP8qg1H?*47D7Q' ); /** 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', 'L@i6SoHb+SjN6o9o!0(k4L87(osKPG%iH*oi40+c(Zl7fTU]@l(K1aj@KvU88l~M'); define('SECURE_AUTH_KEY', 'TeYV#898:96Z5;Y212v415@8cp:95EWq2B4&+170|2A;76[]uEy6]k@7Wu[)6/LM'); define('LOGGED_IN_KEY', '6P#1#4l6Og89%%[rHDd9TayK2519_2rDG01ns]d0]V|Tl44_k1+XXcw-twjvX~qb'); define('NONCE_KEY', '605bt%6A1;6B02v1a86g:]5-]/[xJ8-w3Yf9ei//v%1nIhQc+|5li(@7HIGqO#6O'); define('AUTH_SALT', 'iT2+Q[Id25G]d%a:(vR6wVAm3)%EJc2&+7]v-0_u2l[8)4JZ1D3%_6Pv1;o_(Kgu'); define('SECURE_AUTH_SALT', 'E1205u7U614B7_C3!tkvu70x891gHRqMzkc%&0GyqM152!%4y[j@s1N!a;[l;6jm'); define('LOGGED_IN_SALT', 'FTC1u3!l[G2-aXW3%mP%CTf92C1+H+3J0)D2I%8m6[qdQ:r:-)7N0POnkK#1-Ww0'); define('NONCE_SALT', '4M55&(!GFlU50H;x~EA4Ekf4637Ej98x19y:H;3*4d7;IV2N3vguXEDvH_O3udHM'); /**#@-*/ /** * 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 = '8kmm9Q86_'; /* 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( 'DISALLOW_FILE_EDIT', true ); define( 'CONCATENATE_SCRIPTS', 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';