File: /home/studiomoguls/webapps/Studio-mogulsc-clone/wp-config.php
<?php
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings
// 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', 'studioMogulscmay31db' );
/** MySQL database username */
define( 'DB_USER', 'studioMogulscmay31db' );
/** MySQL database password */
define( 'DB_PASSWORD', 'SJLEehz7IcJB7q6XFDjWluU1XHS2bWeLWQkH6BKkzExMKeGEwY2pi' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** 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', '' );
/** Added by WP Rocket. */
define( 'WP_CACHE', true );
/**
* 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', '`Dymg&:wf/uBI>f*A3KiQ`^Bh.,In[:eM=Gu`}Ad,5XDcN,]>pn)@YQ9}M0T;myN' );
define( 'SECURE_AUTH_KEY', '%&%k?6N t0wJdq&qUyiFE!(ZnFlHP^lLK vV)kCm^)iIfZr2}r,eoD4n[v8{(AjN' );
define( 'LOGGED_IN_KEY', 'PX)EPpUNSZR>zzf(E&7y>D~</K%%F&*K@;b<.7U nAYB%V%YF/HFqp6S!]y=jBLI' );
define( 'NONCE_KEY', 't_B+|27XAqR|]h7bj9tSs@/9n~_@TT?@YIr3+|7-Sl~8cnan(EdN2Q74vCs.:b+C' );
define( 'AUTH_SALT', '1&@.Lh*JA(8oOWAz 3 Na }7@r/Sxz-7d5]WdH},Tk%^mMhg``g^C]*XR>[YHNpI' );
define( 'SECURE_AUTH_SALT', '!5]K+Kcp/Z<dO/FQ0MompNyw:a% iRXC}YyjxjK~4}6&j073Ta@*NN2gbzKIg&F/' );
define( 'LOGGED_IN_SALT', 'Tu7h[dSNk0|qq#wu3q4~Ap#O?4VJux;u7n6^BM44]!^.o8rwCGUqyklsX4Kz@dA9' );
define( 'NONCE_SALT', 'fo#!&Tl&Hl 8z>5W 1]g9rRUNds&(c z#3c=AFW%Q~zW`uuCS_&bSmw_-sn,7J@u' );
define( 'WP_CACHE_KEY_SALT', 'a6CDQswIQ8RO1i5tx1i7dkGYQUVjlEBq0v2LDgQNUGA80DUxV4Ui5j4ZzB0gZplx' );
/**
* 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 = 'wpsm_';
/* That's all, stop editing! Happy publishing. */
/** 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';