File: /storage/v4513/ivenusnew-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', 'ivenusnew-stagingdb' );
/** MySQL database username */
define( 'DB_USER', 'ivenusnew-stagingdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', '6fIb6pBMKq8veuEaT0' );
/** 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', ':Wrk,eg^DPO_%qjCFC`{Q[Z-l!Ni&9BO8@8[9N 4_ZrAR:;.K- DQv&b>/ dnOw`' );
define( 'SECURE_AUTH_KEY', 'P^WuqHnx 9F|Nj$IyoeaawlFU}?^fnB)>xBRmGtlY=lGq|4wgH2!R8H6|23IBzR1' );
define( 'LOGGED_IN_KEY', '}<=6Mt`-B<~^|(,-$u%1lx*tpF{)Fok!Rr*.#DPYI^L)=;3u)@slUDn]KsnZB=O4' );
define( 'NONCE_KEY', '!B;}2QK:hPK7Yl_8ZvI#ww]8_D=u#GRmQx8_|2+f{XpZGC{C=Z&nuyl}j~3li(uO' );
define( 'AUTH_SALT', 'YCC83`P j:!_7)^v-z^T:]Lu4Td:hQRfx(3-dt6ln|r[&H8Op~-Nn)8wdDd8y_?i' );
define( 'SECURE_AUTH_SALT', 'nc$6k4!``Y2Y-:49lYbZ(3z@`!A%W@/:}gDNTd&=XHrt4E,a?B.hW!a/?<!#UTE,' );
define( 'LOGGED_IN_SALT', 'u 8H.mi1biQg:3]CedMJq10bpzZ;OtfUe]6b+ c6jv!A6sHy3AR:HHAwP2V^Hu:' );
define( 'NONCE_SALT', '1QnH>qt_[t<~sdD8Yks}.NHbwjpuy~Qn)W]8jN[Vx3cIZU_$+jgq+Z@qcL7|]P&w' );
define( 'WP_CACHE_KEY_SALT', 'R1cX_J4u)EXO ek1e46SKyNQ.:~e>#cfBc{ubyj]S!3F4/2c/XFk65::GoxoF%tM' );
/**
* 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', '5Bt1wkbXjBRgAvwl1rxWqlK0v' );
/* 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';