<?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:
*
* * 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', 'lavissignature_lavissig_newwp' );
/** MySQL database username */
define( 'DB_USER', 'lavissignature_admin07' );
/** MySQL database password */
define( 'DB_PASSWORD', '[%;^}18VrzgM' );
/** 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', 'bp|Cxx2{g)1::e{GM1E|P+5NcD5Z| }jJ!E/1,6}2Sj/}66Vx!tQ<|K,0_8/nyMp' );
define( 'SECURE_AUTH_KEY', 'koA^K}zRBE+uh^1U0&y[/B<(&9Co`A&CT24X:.6@qCD#Lm]QOS|2E;cZo luV)1~' );
define( 'LOGGED_IN_KEY', 'dXCO8XHJ&>8QEDj1%6P!mU?-MxY(65IJ;I3r#(lN5SP}GKSr}`&]YLY|uD4 #<Q}' );
define( 'NONCE_KEY', 'r-i I#QgXa@G{_{b 3{MGd0I:jWPYKlOFqc;n].,H--Aj{5!O/s=FN#4o$^)P<$f' );
define( 'AUTH_SALT', 'K#}DRFEK)4G!1vaUMDh[:eKT9 p+`H8@b37d}Q_D}nT2!Ye=HpIZAn^|p1]Y%/w9' );
define( 'SECURE_AUTH_SALT', 'ouQ8yfUX,$4!1[V:O-p9vK?8pgm0QQt=`fUOfJ4 8{<4Yt:E&Zpw5f.ON,=eEu2h' );
define( 'LOGGED_IN_SALT', 'Vb7Wo6 j%9C8Z2x}/E/b.0oy)>-}?]2BzGi|4Mx3@T2*~[7H!m@vh^^-MRI+Lp7y' );
define( 'NONCE_SALT', 'ULczf h$2U{|~]Z5+T S9Rsl)jpaqbfr{=`iaB5l Bdvh.h[IfrS_v3?ChzXOY|]' );
/**#@-*/
/**
* 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 );
/* 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';
Name Last modified Size Description