File: /var/www/html/rgv-sol.com/wp-config.php
<?php
define( 'WP_CACHE', true );
define( 'ITSEC_ENCRYPTION_KEY', 'M30vVnYxcVRGPEJZVmdNRGxSSFFGen4zZzBOYGAkYXRid1Q9eiRgVGg7aTpBMDFBdVh7e15UalozSCRrfGVJPw==' );
// Added by WP Rocket
/**
* 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
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'rgvsoldb');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', 'tucK2900!85875');
/** MySQL hostname */
define('DB_HOST', 'localhost:3306');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** 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', 'h#LwpW19rE%zra124BXOoVrLJJj*ufzBPavrq2hTHvxI!U%5ikx6TKH(4O7^NMNb');
define('SECURE_AUTH_KEY', '9n7vsQy6lIBrU!FN&YEK94K(2CrrRfkHWj6syL^dN#petS@xNYyeCQshJqr*otot');
define('LOGGED_IN_KEY', 'jexo69Km6w5@6WL2xu6J6^3!Yxooxq@dQep#2QaXvX&HYNbGchJqR5o(@z@UTR0I');
define('NONCE_KEY', 'aaosuvTsnW8oYsGQ1%G0RT6ymJ2bhjDRmq4w2EJ@rJO@Lb26JCr6l^bY)E882C9o');
define('AUTH_SALT', 'Zz(HBKkjb%#cec#LWdcjAF*MDbsPmAVjUFBnYv^xCRRL*J5lp28i!b@okGRIJ6CD');
define('SECURE_AUTH_SALT', 'u3y#Tsxv9FrB4WEs8y7b4Y7&Li3GR)@TOQZF)XeyHfj48@nX#t)VHZaT#I22OV9T');
define('LOGGED_IN_SALT', '&709jepBPkCKeLoRa*f5H@ySx()oWFxQJNfvG(55q#TlfisLD3qP(f6wk5KeQKwm');
define('NONCE_SALT', '#Ip30U5SU!lSgPw)0(YL!^BwXk3rLu&7Se00l^d5AjkvPp#0nn8ICxUqvKG8&4mD');
/**#@-*/
/**
* 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_';
define( 'WP_MEMORY_LIMIT', '256M' );
/**
* 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( 'WP_CACHE_SALT', '22b24a7dd4489fd696b78c10' );
define('ABSPATH', dirname(__FILE__) . '/');
require_once(ABSPATH . 'wp-settings.php');
define( 'WP_ALLOW_MULTISITE', true );
define ('FS_METHOD', 'direct');