File "wp-config.php"

Full Path: /home/vantageo/public_html/wp-admin/.wp-cli/certificates/wp-config.php
File size: 3.2 KB
MIME-type: text/x-php
Charset: utf-8

<?php
define( 'DISALLOW_FILE_MODS', true );
/**
 * 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', 'vantageo_infinji9_wp419_v1' );

/** MySQL database username */
define( 'DB_USER', 'vantageo_infinji9_wp419' );

/** MySQL database password */
define( 'DB_PASSWORD', '12advantages12#A' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** 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',         '6M?1xrx3I+qah,bs6DnshbIB5_NtP:V+D9u}^d(bx+D]xafpCh(? ph=.S8N[XR6' );
define( 'SECURE_AUTH_KEY',  'c#{7/rb5AdV|(w{lA{C6Ic lD77lNLi%90cqfABJ09mg+<U JM0Z!+X> D_Zkl>0' );
define( 'LOGGED_IN_KEY',    'w~xoWNnbmu.bmiKv^g7FRQ#>0n7b/SRCxQJ9xut!a53#%S|Q`?izIG/i_~B-I_Q5' );
define( 'NONCE_KEY',        '_]Ul`Wv<:>eaWMK8[Jl8XiG`j@!jD1Zu1L$kFdy*-cCyCkiuP$a+n<gK^e,^LprH' );
define( 'AUTH_SALT',        'wGN?`F>AlfS vtSWAX&14zkj*^tf5 xEMAG*p@wF`CIA+cn$a!O;ys7=)0-n22-.' );
define( 'SECURE_AUTH_SALT', 'zm!JFh~^A}qi/M0|Kh-Xy{gI5+ctPY{Zz]J!((rFyMVf1[iUI1T&7y=:nVbnGB)$' );
define( 'LOGGED_IN_SALT',   'T~xX&5P&T7YJ:QF,H^>1KcB[-EK 30:*>~tiO `t!K;Rq%[_5j%cI~op=IHp7d}%' );
define( 'NONCE_SALT',       'E3Rleb?k1gL3e#taJpw`wM7SarJNAXyH#jr9<UnM$X7kKir7ACgr fHGEgr1W?a_' );

/**#@-*/

/**
 * 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 = 'wpiy_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';