?> / /** The name of the database for WordPress */ define('DB_NAME', 'difpywmy_WPRIV'); /** Database username */ define('DB_USER', 'difpywmy_WPRIV'); /** Database password */ define('DB_PASSWORD', 'JjxP/}[)CjtBKO(&c'); /** Database hostname */ define('DB_HOST', 'localhost'); /** 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', 'da9f29893bea8bcf5fc5a68ab70dec36670fc94a00ebd04f5092fae80e93eeb4'); define('SECURE_AUTH_KEY', '807d829950e1ea3dfec840553fae06696793f53763b15018a3c241a3155ac3ab'); define('LOGGED_IN_KEY', 'a31a3f185a019e1b277dda0707db5f07c4204877f4a78c9edb99119319f156c4'); define('NONCE_KEY', '54d91e4c559b98795b59dde23b5a1c6f518735c353dc0d65c9e99b66a2df418f'); define('AUTH_SALT', '531700d5dd5abd21dd760c061b74d65129e02583aaf8a5228a872292a0f7fbbd'); define('SECURE_AUTH_SALT', 'fe30612ca04fb160ce717e34f52a1ddf6a211871bdd088aaf8e9d268030c30d2'); define('LOGGED_IN_SALT', '3ec7c436b1297fc27dd0667d443eaf853dbbf866fc088344f8223ca6e307a27e'); define('NONCE_SALT', 'e58b5d0d06a1b17a7cfc7fea71f03a93bc6b9967d9fa8f0b6a14b47e0bf81073'); /**#@-*/ /** * 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 = 'k0O_'; define('WP_CRON_LOCK_TIMEOUT', 120); define('AUTOSAVE_INTERVAL', 300); define('WP_POST_REVISIONS', 20); define('EMPTY_TRASH_DAYS', 7); define('WP_AUTO_UPDATE_CORE', 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* 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'; ?>