File: /home/computingcore/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );
/**
* 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', 'computingcore' );
/** Database username */
define( 'DB_USER', 'computingcore' );
/** Database password */
define( 'DB_PASSWORD', 'wO2ErZaIb00tDsx' );
/** 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', '(p6j#,70ih)WRv usK|rRY7RRB^1,SmFsm|jq,)=YrG)myu$-~.|R/PgK<tPSIis' );
define( 'SECURE_AUTH_KEY', 'ZFn@AoC4k^td[20i<ycDh6:}cw%m_dS+xQ!b7oP@,*=.5b&Q#yHA 2.3/^<*9{WR' );
define( 'LOGGED_IN_KEY', '~uRLn){~0G#PZ*Mcp2G](Ec`*M69s&FcW/s7gHpK>H!LP4,/x].MtwS,]M+UbP<#' );
define( 'NONCE_KEY', '3Efo1Fp(|5g%yz?:&;21nC$#^Ff[~a3ZuK^>>.a>N1ZVAHRnr<}TL(WSO3ZA9#9.' );
define( 'AUTH_SALT', 'y;CRxI*f|_{(L<sY_b;!%&S;wHdQ}C?wMOF|i9n*|XP?%{oH%O1%P]*xV.,hWNX(' );
define( 'SECURE_AUTH_SALT', ']I}#&H~hDKS`nH8t2UOT7d&Zn>b]a%9a2&] @(c77&%*u_ax 5/1df=T3((I6b<X' );
define( 'LOGGED_IN_SALT', 'Haq(4sBHr}4l0i{c*k}xda6/Q12P~B=v;A:jy0]SJdwUsQh?OAp>pic68PH9f*t6' );
define( 'NONCE_SALT', 'L+K[:.Lz`o~*ExSldH9Wsnq)GD*xN]+5eH/c_#|Q^/B1b2U!Efy]Q-lggmBW2}$t' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
define( 'WP_MEMORY_LIMIT', '256M' );
/* 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';