9bD%1' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** Database Charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', 'olhy9pho11sqqrie8t1xeqt1pgryzpx71ivbwe0pks8bblktdphcrhj6xn6m5ybl' ); define( 'SECURE_AUTH_KEY', 'bgteqeur2ohsy9usozqn47subn85z84ohaxf0isl6jrj4z63pwjdpcdfjvyrdyoe' ); define( 'LOGGED_IN_KEY', '0lnh0ymbviw85ql8p79eqe0rh00um1hwvubt0v7pr5xydsvswiq6iumnbotqqnlv' ); define( 'NONCE_KEY', 'gz0z25nnlbnvz96cnu5vlhygmcxddxydb11lelchaakl58yygdwnqsujkdalaczb' ); define( 'AUTH_SALT', 'yn6w67khalrigcfrs2qdxhdn2kneabi7qynrsxfelkuaemrrfpe56gvunaynpwba' ); define( 'SECURE_AUTH_SALT', 'daohn3nguxx6nypayuvzl23ddkh2ujwehbqxxoeplhagtxzptgus35wws9vq0e4d' ); define( 'LOGGED_IN_SALT', 'ufiekl0xgpgsphqiyheaj4qognxdo7witz70rpjrqg1j1e5l4gdyne0bdw3wzgpr' ); define( 'NONCE_SALT', '95rxzx7eweu5g8bg45nr0l4laedm1al0itxfvlu86gxyyo21vd7qpmjzs3txnjj4' ); /**#@-*/ /** * 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 = 'wpuq_'; /** * 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/ */ define( 'WP_DEBUG', 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. */ #@include_once('/var/lib/sec/wp-settings-pre.php'); // Added by SiteGround WordPress management system require_once ABSPATH . 'wp-settings.php'; #@include_once('/var/lib/sec/wp-settings.php'); // Added by SiteGround WordPress management system