<?php
define( 'WP_CACHE', true );
/**
* 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'assersoft_SS' );
/** MySQL database username */
define( 'DB_USER', 'assersoft_souk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'UMelU3k?gRE(' );
/** 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', '.X:`b+$gL=wc0nH3$|Nl(L6bL*}QHx7=8@th]UF=kf5sRrNy2# OU>^)tq1:[Uyz' );
define( 'SECURE_AUTH_KEY', '&(.lmLUaV_m[Y(R:#;gI0HiFupbqOoFpC]~Yk1E^EpFsvAoE[@ZNxFMbsdgrF;xn' );
define( 'LOGGED_IN_KEY', '_$y,F;gW`-/t_j08gX;;Waoj2;$ Go2Rh<Ny9@mtBW.3.^{/q S]s.efc@C7Q~p;' );
define( 'NONCE_KEY', '~@n=9c,k} T7l|]*b^<v4oD^ -8r])dfH+bB&bUc0hld6%U<,o}wm[w3;%cKQ+<|' );
define( 'AUTH_SALT', 'V/}6n_q9];q}i.D%e5q}llMET+PRP~XYMvV6kp5Y9dV)agh$%RVl{tl2SEI%-LM>' );
define( 'SECURE_AUTH_SALT', 'n6XQ6XwQj^Gqwcip,l@.AO`8r~EkH^3L%SI|+aiO|lvv6 Ei+PpaA@cYf1cz.`yE' );
define( 'LOGGED_IN_SALT', 'nhV.K20airT,u,;bVgKXH,+t8gjaS4(>e&ZY~}GVL@^>Ic-.Zjk}w9j:^sTE}0)*' );
define( 'NONCE_SALT', '/=k<a`2KY#Y:tzxc~X6szmmdOO}#!ORiKE= f$CUEVwF.ub9k=Ep8a)8B(E<2;s0' );
/**#@-*/
/**
* 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 = 'wp_';
/**
* 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. */
require_once ABSPATH . 'wp-settings.php';