/** 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', 'danishcorecuttin_wp_ikhem' ); /** Database username */ define( 'DB_USER', 'danishcorecuttin_wp_p2tgh' ); /** Database password */ define( 'DB_PASSWORD', '0od#CS!hC5n$9SuW' ); /** 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', '4lT:kr3GT)#pgrsR1z1HyvTTs8h]k6A%3wS0r~NL1PB9+46ck5f83&%Mhp1rc8Jo'); define('SECURE_AUTH_KEY', 'K&6/t51muUGK;18qZpkUS-19F1Pa18NV2gw7l9+]zhP0197OIF6/u2#8H5-c9L1s'); define('LOGGED_IN_KEY', 'Cbk~g7+~IDhQE8Ocw8GBWBGIz18@g!(-p!iMgo:yw]*p8/2!)1WOd/htcvle/75|'); define('NONCE_KEY', ':zRjC88:!bV49IPoQ97n|K607P+6RU3!|K%bN+!L:73soE6os-S8OQ4(w2tE:6/a'); define('AUTH_SALT', 'GNjA+%P-/289ZV9f[]EF7/)20]qa6e~6eB[3T#w41CL73;@7OZP8k;_;0SRqa%k_'); define('SECURE_AUTH_SALT', 'G9FtVZ89eUn]9Qn:]4:D[xS/i(oZ9L9&jJ&p26f+0Z_1*deiS#r3gun&l503h6YI'); define('LOGGED_IN_SALT', '87+]F1)NK1P41K1t!RSe%*XM3r1noU5&X0R[*5/f66P2Hc4u/9N#jP&QUtgL8O80'); define('NONCE_SALT', 'PMw+Bg#LR~/S[/2F2[]/74##8bs-zHm+*+1A1Jo*1WV103y12el_yHb)6q7i_753'); /**#@-*/ /** * 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 = 'xUsX6rwVd_'; /* 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';