?> / /** The name of the database for WordPress */ define('DB_NAME', 'amksqpmy_WPWUO'); /** Database username */ define('DB_USER', 'amksqpmy_WPWUO'); /** Database password */ define('DB_PASSWORD', 'owZE@j5MHcas{M2Ks'); /** 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', '815afb566cc418804a475f0e3f834362fdd883d069738d08aee918fea6602acb'); define('SECURE_AUTH_KEY', '80aa5d6d41cba2ecfba7c10efdc24ae2b169bd888ed74b09cb43ce8f57b79c6d'); define('LOGGED_IN_KEY', '01d5643fe304b49cbc91d3db5c0a01d60b542af1cd25b55e28f0a380cd96dd93'); define('NONCE_KEY', 'cfce036278faa37a0b1d6c486cb7a4cbdc84175b80e3614f8f946ada89af43a6'); define('AUTH_SALT', '2b7c25c459cee6f6b02e87b3618018f90b266cb5163101511f4810a9b791af27'); define('SECURE_AUTH_SALT', 'bd079e5d8da35ffcc0223259f3807e81379369862c11498ebcef6ffe679c3f9c'); define('LOGGED_IN_SALT', 'd8b4bf3df7ee11ed118e66d3d5b9b8c9d7be157e901ccd74faf1c466627ed490'); define('NONCE_SALT', '666a43b35be83c7a7da1a71ffe400be1bb6e35795bd618c55c2f3db10bc314a9'); /**#@-*/ /** * 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! * * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = 'NT1_'; 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'; ?>