<?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', 'letacommogclient' );

/** MySQL database username */
define( 'DB_USER', 'letacommogclient' );

/** MySQL database password */
define( 'DB_PASSWORD', 'Greg12Jenn15Lucie83Arthur86' );

/** MySQL hostname */
define( 'DB_HOST', 'letacommogclient.mysql.db:3306' );

/** 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',         '~-J?}r1Sh_d-bXdw!P}w}4hZ6NvTV(jS]IoU{}9B1SK7`=Kn=_l <LLPT7|b~;yL' );
define( 'SECURE_AUTH_KEY',  'K0p|rNnpCl9ulMieziP4g~Hd*M5(74d#c)?(h_#%s.fhekJ:3 TYJ&FVb[Bu tMw' );
define( 'LOGGED_IN_KEY',    ')(b>_1yFYyGFciV_6F@`n~m3hUJ Up<G>B05PmqB2/>O&eapV`^4vE@umJ(|PoCk' );
define( 'NONCE_KEY',        'DcjlB1subu*MxYj#M5yOClc<y|wlO|-F8qZ5<}?Yq&BuD9VPEJ/$5PhtorU=ueOG' );
define( 'AUTH_SALT',        'p,R,?9C+<Mv4TDC=nN-*[zAMOH!>_4yT<w7@%R~h0B1Prou(J-E6Sj!YCOn:h>k>' );
define( 'SECURE_AUTH_SALT', 'F8K]M9LP<kqP.x`b(NHf%1o+F%eB+{y43}J}oK5zv4rE|G&! DGFbqh5)(O T*rF' );
define( 'LOGGED_IN_SALT',   'w2n;P*bXBIMCdW{7RXaP}O8q^RT9pa;i||/_W!udns$s^V$v}:k/7hF~CO.`{)k5' );
define( 'NONCE_SALT',       'FL;DC`!N`j>IE8ae~Qa3:<AvPA+Ub|bY!VfZ_LRqR[Da}~8PogeAOwx{CwxBzwvN' );

/**#@-*/

/**
 * 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_metras';

/**
 * 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';
