:set number /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, 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 * * ABSPATH * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'qgtmzkmy_WPH1I'); /** Database username */ define('DB_USER', 'qgtmzkmy_WPH1I'); /** Database password */ define('DB_PASSWORD', 'tG}zF/-P7ORNrc!E9'); /** 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', '4750aa8e6b261553d433f68fcff641fcef780f72695fae7cc9c7d9a9a085dc8a'); define('SECURE_AUTH_KEY', 'd43ce595ecc2b3d88d8fc0ee46963a0cd26e6de74e9b706e248daf08ec77dc17'); define('LOGGED_IN_KEY', 'bcc243abe8721717c264c3b8473ee4dd79c28936843e0aab5f02b88e0d7ff51a'); define('NONCE_KEY', '4c9f5bc9a8597836bae526e1ac9c9f572dd44d99b32e3de2a980a4f96441d09b'); define('AUTH_SALT', 'c4163e1b6a84cdc7942e229708230026107fa3174a4eed3dbd7dc348a90ecd9c'); define('SECURE_AUTH_SALT', '6f52430b01d069d0a4d16f994572cbdbdc6e1dc61199b3538fdf1e0d76feb708'); define('LOGGED_IN_SALT', '939b5a49b8833a40707ccc03903b2043149d4d273c622882566fcc9e6b2350e7'); define('NONCE_SALT', '8d5697aff4e425e6dbee617d72677bc47fb42cd0dbad579ed720ed8f24de3293'); /**#@-*/ /** * 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 = 'dPo_'; 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. */ // Settings modified by hosting provider define('DISALLOW_FILE_EDIT', true); if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';