File: /storage/v4513/wp-config.php
<?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 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', 'ivenusin-stagingdb' );
/** MySQL database username */
define( 'DB_USER', 'ivenusin-stagingdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Cx9wxqQNCNqgeQQHcM' );
/** 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', '' );
/**
* 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', '-i?1#$]2;4:%2?<,CncM9I5AjlUd3wX:Tc`03~zRlN=G#O*$``jupo%y}-e-/r2s' );
define( 'SECURE_AUTH_KEY', '* ,kK:oGUVEpAEE 75Lmh !dk3D2dRzL^D|n3[G&T3KJ|7hH S#RTBl|!NfaO`Hq' );
define( 'LOGGED_IN_KEY', 'qQ(3k;S0 DWU)3/Y XCl(QzSrHao}m[O;r8 SxQB6W]_<jXV@92Ej|ou*f&Y}+Sx' );
define( 'NONCE_KEY', '-jA+<w]p?LYy,pejLGX-%!R?0@F%^s$#13G54GUO1pFyxPVpzN^UpjS(O0h5)u^4' );
define( 'AUTH_SALT', 'L/*2moJJ]$Pyp||jxG>=`Q{!;zD{w(>(,`Htnrp2f}5k{n[yGsYiz2tu(lzk(-W3' );
define( 'SECURE_AUTH_SALT', 'U:C]~WCE6N7H-**JQoL|13mI+[?poE[/EeS!to|,LjNnLi<K-]E;wIJ/~rX7.kW7' );
define( 'LOGGED_IN_SALT', '/&_44p+gk@k~G4/KmHm>Aexa:,q]>N!d Mo`A^62WHX4c_?q&f6.(B_5C@CO$DY^' );
define( 'NONCE_SALT', '&+%(-e{ $ul~&9jn>3o{+}6XqdlCVV3c@j4P/oS,S)}u~}GIU1Jhgy mX+MW(G^z' );
define( 'WP_CACHE_KEY_SALT', '7~RfEK(N 07=_C;=bFD3eXcbq&W/[v!S%s{^& }NQ} UliouRpb-f^{tHZz2_[M=' );
/**
* 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( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
/* 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';