<?php
/**
* 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', 'skhata_wp_geeaq' );
/** Database username */
define( 'DB_USER', 'skhata_wp_r5gcq' );
/** Database password */
define( 'DB_PASSWORD', '6O?7NjBZfC~R6r0O' );
/** 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', 'Ou6|VbIcU5YU7/cwUInZ9C#XoaO5JJ42_We(T0E33T4jnw:3R!W1t6/B~Zghjw[)');
define('SECURE_AUTH_KEY', '+w50M!67p#]97#89G_wV3kt_yNe0T:::ywR/H7~F6%9o9xwkXvqrGr0gu;43w6#;');
define('LOGGED_IN_KEY', '5n:XR65&IMt2&305u824;b;90a4wo60wfu13@&-5@E8P+O/:t:G%V@p17bsx(8Wq');
define('NONCE_KEY', 'Z9VO93dh4@!W;c]VNcZ32b]+XhW_#ks[+fb699@8EJ5[)+xvsU[UDwp3M[P_%1B*');
define('AUTH_SALT', 'p);mR6A5]X*I9&~#gL8:;dugDwj8&2h9A@K8)I@5n+58*Cq11/3ZCV7JD#/3D');
define('SECURE_AUTH_SALT', 'W:B5PUR+g*_2ZMXHvy7~M~gy7wXAfI3EcH)X39NeBka7;+|E/&-@m3U!8-;k5E8F');
define('LOGGED_IN_SALT', '@6#+e@83]b4p1Ta7+#B#xBd#irb%@jFOWf8W6&1|8/qNeX-H&&K6%y8PF[q00h+X');
define('NONCE_SALT', '1K@9p_~Ff+7LFiFko+E7w9dvSH2;AOkR*4@54s!m~+]OQ0nS]R9uY|D@Frztw_3]');
/**#@-*/
/**
* 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 = 'jBwC3EK7_';
/* 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 );
}
/* 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';