File: /home/p/e/t/petsclubcc/ecommerce/wp-config.php
<?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', 'petsclubcc1' );
/** MySQL database username */
define( 'DB_USER', 'petsclubcc1' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Zdiri130494' );
/** MySQL hostname */
define( 'DB_HOST', 'petsclubcc1.mysql.db' );
/** 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', '}*;/8i9lV;hDRu[H/8yvb !u7[%sUY13_fv{!`7Y tL$Y>vI:xy[@UUUyDJ(F$mt' );
define( 'SECURE_AUTH_KEY', '/.;!CcKMX%IC9V/6+E Z_PG]V>0&Q</(4)lRh|mR)&12oyz8)d-hKL3Kta~??T>{' );
define( 'LOGGED_IN_KEY', 'maOcr5h*eXVT26&_%&.TZb<P^G#T_`;;8jH4=Kd._fJUw!{W958PA*o!)f7G{^:q' );
define( 'NONCE_KEY', 'K9t63^U;Fm>U%u/ADH`U>&B8qZ/XnV.7V= @8.&2_}V`CxMJLJF$o@LUHCdZ/8FE' );
define( 'AUTH_SALT', '?j9T2~t(oA_YN*34gCbChxs-Run5ablFQ${5~Uk0CFhlh:~F_*]QZTd2stF3<=$L' );
define( 'SECURE_AUTH_SALT', '3>]hy)_4SIth>q$;=zVU3EfcG=3`uH(i^4;`Yfr,m|9JN1Tn4M/SU4.h&&8bFG%4' );
define( 'LOGGED_IN_SALT', ' 5W`|-xi3xXxXNn{fG6W}zh#U,QuDuB&Uz5x~AB2!7lvBVjTL|mG25dW:NJSm<:W' );
define( 'NONCE_SALT', '+^,/bph#=]4,]@ie[T|}#IcOF}F()Jhs|K0.>*|>%^5#2CBb31Zb$VYC#*`{N:=n' );
/**#@-*/
/**
* 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_ecommerce_formation';
/**
* 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';