define( 'WP_CACHE', true ); 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', 'nihongopetal_wp_kyuvg' ); /** Database username */ define( 'DB_USER', 'nihongopetal_wp_vu0ey' ); /** Database password */ define( 'DB_PASSWORD', 'XA525n~^oFBdY8Qj' ); /** 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', ':p7HNs9ad;159%1G~-5@mCh7Y@%_4n3EXn21SzJ|p66yn!(F)Z73Y1Y%ob)ZV6|m'); define('SECURE_AUTH_KEY', 'FVkEGE/_f5*54y(U74T2*g0#0)&67)|3:@C99uBARjb&!7G:41]1a811+73yN6V@'); define('LOGGED_IN_KEY', 'ZGh7&34gY&433k4CmqahZ0-:B9y|s13J4I//jD%Zv9)K5N7Vcd8@-jBZ@MIOKG6+'); define('NONCE_KEY', '6A*04@0/uYxP8@v:/88|70AZJ/9ywG8#&Qiam])3U/o/n41959YO|SbrolHtUeLS'); define('AUTH_SALT', 'HGJ*3oJ&+r*l)r#r/+&3Q~(3u#]zQfa#2W2B15)hyUe3)Nk%6z3Uq_h%%;R*e/-R'); define('SECURE_AUTH_SALT', 'sC13h07JIJ78O1pZq*v_|G*z%4)@2Qter1NxbaeON@)o@:f#]o1%9j3&G37%kJcP'); define('LOGGED_IN_SALT', 'H(|[8N2&@;5Ln41A!!:yb4:g(f:~N:c]i[]uoF*fJxT;#(:;+d~]]tp31697|9Y)'); define('NONCE_SALT', '11p@96*2!Zf7HupV5K]3%/;LGZ]#7d1A8!74vSq/G84PzaT@0_6(l0v08%3-7rAg'); /**#@-*/ /** * 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 = 'DmdTu_'; /* 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';