File: /home/s76vzjg2kvav/public_html/old-website/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', 'alepsales' );
/** MySQL database username */
define( 'DB_USER', 'alepsalesuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'R&Bl#kh?nEk^' );
/** 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', '2EZ3!3.UN6?|+_FgV_$u0yhcO(aDxV<?QO5.UcmA}:~yCHq=#PIBpcL[dq>(ep`Y' );
define( 'SECURE_AUTH_KEY', '>CIP@z2c[Xz:eN3s+Y{O/#<?w2bT+e%Lr8=rS[+N=h0>Jz)=(Bnd8*D4Y|3A0;X.' );
define( 'LOGGED_IN_KEY', ']H!_?I0|}9r5^n7N( BkJ8(,6?ipbv_Fo.I!gWRAkLhV_fw*AE@m?}QB( LmIFe%' );
define( 'NONCE_KEY', '`&_kMw&=CwE/JbIBo]9E>C-8%)jJk#NY:A!>p*H.%v-66[8dk(G/g2yIA_0~%P:<' );
define( 'AUTH_SALT', '!UA+1e6{$m92PQ@E/hnvRyj9uTE1c.gI/vr`Hb6 Q`m1IW!z?2YJIA6s/]VhC45W' );
define( 'SECURE_AUTH_SALT', '^OEHcc9QB>jyd?vZ/=gXAk4GAQaH;g8Jn5)@&86&C5xzXMUL&e$#qGL~C9Mu)1k-' );
define( 'LOGGED_IN_SALT', '!.:FFd{|N`V,p%UOKrJH1`abk9grJSFR1t]/|wACU/qSf9^m^3{jMIMl+*I.u%.^' );
define( 'NONCE_SALT', 'V::EOWr#mgNque!V=Cd;=td_A}sb@`cV0:gQbBU7:)([r3Qj%*P=d~OXGZN+?1?_' );
/**#@-*/
/**
* 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';