File: /home/workshopbrain/public_html/batteryatl/hold/wp-config.php
<?php
/*e0ee4*/
/*e0ee4*/
/**
* 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://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
define('WP_MEMORY_LIMIT', '64M');
//This will disable all automatic WordPress updates.
define( 'WP_AUTO_UPDATE_CORE', false );
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'workshp3_brvsdb2');
/** MySQL database username */
define('DB_USER', 'workshp3_brvsuse');
/** MySQL database password */
define('DB_PASSWORD', 'mbb&c*=vV4TW');
/** 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', 'R#XBsx;7J%Bmo[So46d[SVUi+`}8?24ns9z!)+.5z-g_}#]8T-CQ9Tv-hDXI+k6+');
define('SECURE_AUTH_KEY', 'ZvV!!3p3qA[bx:$eDw4F=@1I&aO@G!mnIIqYFg(|8jMRYS}eE5C:h`fL4<62c(S-');
define('LOGGED_IN_KEY', 'du?XAznuz3Hq^VJ.>jSpIds_Uw_u(SN5U73DR]|GCF!M1Q^F3+H~tRyQ8gY1xG?q');
define('NONCE_KEY', '(DaK|5792+J(b q+wmk|DRG{L,u;0=LH7Dtj&Oez7T#Hx5SiQ/qLc8I<r)/u[PTx');
define('AUTH_SALT', 'gk{oQl6 R0m0rH6yaY7;BeGQePS5*`O)J/%MLg#MCk-Gb(Y|}[SE+kwt0/L.5wZ=');
define('SECURE_AUTH_SALT', 'ZW1|WN)r4majka8vM442Z_<,o 3jHlW7X.7h*rS>V4v*dv^{ib>HXsyzGAK6.odn');
define('LOGGED_IN_SALT', '{-2Vi=6Up,^UX)aw8BG6x}N76_6|a>hwc6+8_H52ahXhc_oEiSjG)Wx~cA1~P{UB');
define('NONCE_SALT', 'lJE07ah9_Au@43+,om swrDK^nn0/-?H=Rx dt78?6TI|jmX?gn?i_6qOK>kUHXq');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');