File: /storage/v4513/ivenusin-staging-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://wordpress.org/support/article/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', 'M7j9V69dDmO5NlRfDb' );
/** 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', 'qqUdC46Zi;bcOTs=CHlu:Ta]OnT^34 s_C ~uz`a%0yNt{9 (1RJ`wpw20_Y+bo:' );
define( 'SECURE_AUTH_KEY', ';=yMCV-x-%_Y&wzv[qJ]ZA;K)ze1vr%ak0rrB|I @5y.dJWVc8utJ;5m4)e(%+WD' );
define( 'LOGGED_IN_KEY', '34e4v7%xac U7fe>Hak)V*7Hdo=JS0p$XefV|9*(O2tbh4{2d{v51ip#Nrh|~Z2F' );
define( 'NONCE_KEY', '^az9+Rd+Ht;I),OO<9wG1 |i4$]Af7UTeQ]E}Q,qk-+$fiMC; 0P(,QB)uI=h?~5' );
define( 'AUTH_SALT', 'm<:yP^H]TgNzm P;O=<hIz8l(14J8AfJ,aeM2nZIM-@Q9@Gz2 X,pTQdhyNS?G@4' );
define( 'SECURE_AUTH_SALT', 'ooH_u9M|XU/:%(_KE~SMf7HA**$OiC}FvI[`5kUsHibsG3@<WIEbg-NJmoh!^,f-' );
define( 'LOGGED_IN_SALT', 'oOH.XDSMt<!r1c:iv#aF3#lXu]T %<9Yvv@$5{JoR6FT|x _9F}/idgeYgr4lMc=' );
define( 'NONCE_SALT', '^zx-bP%ZIhv6p9fg{3^|A?Cbzi`D9bQ(9u@pje*g6my_-cYlqk}Pz5Y-qqo(yTb)' );
define( 'WP_CACHE_KEY_SALT', 'p$vDioG5Z#w[33R[[xR0r<]V`Sus%`4C #.Sesv5?S1p$.8V8P5ExAh>4@%l&gh]' );
/**
* 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' );
define( 'CDN_SITE_ID', 'zXK3xjB1uV1aXI1xubFKKjaZY' );
/* 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';