<?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 website, you can copy this file to "wp-config.php"
 * and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'acsport_wp058' );

/** Database username */
define( 'DB_USER', 'acsport_wp058' );

/** Database password */
define( 'DB_PASSWORD', 'jPl9XbGz' );

/** Database 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',         'y4o8k&inZjT?W.63}Y1Ant|~{Z3v$bM,lZeR<% 0=`ednlf{;S6&aB>TWye~6Iiv' );
define( 'SECURE_AUTH_KEY',  'x~`(!L2s;PI,m(P4e?./dbk5E,KTHmbBQ8HFV60hK8|K*b^2R XnZuTG]E-A|u6L' );
define( 'LOGGED_IN_KEY',    'yVT3F2/p O6]zcUB+j(^3MF}K(=-EH)s.mH[boQ9_|bP>KBRskQpi-Nxi9[bD+^9' );
define( 'NONCE_KEY',        '6#Uw5Gf>k;YbkvIs{5eh*xYo!<C/TzEVDX?A_$1}Bs0_ugx5cF9xq^T*u`6>4W<)' );
define( 'AUTH_SALT',        'h-UiQ}{pdDOyw#=xu7c]D9#US2dv!LGc=x.|+HKzs:i*MyDI=Lq^7sSqV@@bmJ{m' );
define( 'SECURE_AUTH_SALT', 'fX!C%G UL,e=HPN.(0z~byaZLRio|Md<v`{?FB9;Gi]wCt!f<0mj6*g-C-Vw9~Us' );
define( 'LOGGED_IN_SALT',   'oA^pzSg q[>Je.ELdb5ixs.+7<)l!lF_CCX<,+DFU]m!pugA=bMq;6mDJ}p/]74c' );
define( 'NONCE_SALT',       'L_^j>J|>2uz-{5L@m1W{b,2;PbOTJJ>Aa8@}A`|_EH2fe?Hq}$_6nn<k;.=J[SEi' );

/**#@-*/

/**
 * 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 = 'wp402aca';

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-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';
