File: /storage/v4513/ivenusnew/public_html/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', 'ivenusnewdb' );
/** MySQL database username */
define( 'DB_USER', 'ivenusnewdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'GmyXKloLwo04Wd4O5V' );
/** 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', 'BKD)dkC*DMAe.Lo,p+OT[Q8yqtd><h`pZKUz)IOv8VI.m?{C7v8pn| xn]o;3>yZ' );
define( 'SECURE_AUTH_KEY', 'a))4RQa>16#d)Z~K`Cr[Z@^2e_T}1y=1oYC*%jK%a{-.-#i4MDs[Tn^94}?$63B;' );
define( 'LOGGED_IN_KEY', 'L5~0Ok6KKa8d5g)2TYA?-%>qt|;NG`+A;qm790bYz*V^Z9^2QWgu3ISARD_9R&YY' );
define( 'NONCE_KEY', 'm3J[LY,5[YWFVy[|e1n.%$rM(gaja$TB@l>fK|/1<rmRsz^j$>x]id59Hm|(k,uG' );
define( 'AUTH_SALT', '_-bPdkHzA%wX{A8,M]A_<eXZ789iR/d TP0mah[kvR!QZs`0r&3IsKU!w58J#4D-' );
define( 'SECURE_AUTH_SALT', 'gH]<sEE.4VL2.C;H%mQ?/VU]5jXZV![o%}$~l}0?lL&+;d=IXZvm8cR7^-OA3^d*' );
define( 'LOGGED_IN_SALT', 'W2.w}:qu kf$N`QBL/@OG%$R@7Ia||Mpd=&/OcRM2fjN;;n7H%cI{^mK.{FiW1Ft' );
define( 'NONCE_SALT', 'Ds-yJrP]aI #v_R2ans/0W8<DK>7Ca?!4J*DW*;gb5WcIh@h)-Sh[Muymnlb>0wB' );
define( 'WP_CACHE_KEY_SALT', 'VnW207&0ljHRe3sVz]9]XUjY)`|?n+xCFI(984?PFAJT/<<ciMsj+4I63/]YG3@E' );
/**
* 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', 'ez4WIU5Zi97R5bOK1QCvWOGjj' );
/* 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';