File: /var/www/vip8/sites/vip2420972/httpd/htdocs/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', 'h1269_wp1' );
/** MySQL database username */
define( 'DB_USER', 'h1269_wp1' );
/** MySQL database password */
define( 'DB_PASSWORD', 'mml50n80' );
/** 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', '+WwVyX6{-2!K>e~tQe,o$uMh-)_VFr Zp^/h9_Z~K$kuv &ce#*z4-Lyo($p3ah|' );
define( 'SECURE_AUTH_KEY', 'gxI:)?&wFCB]wET6WA3<]K<#-i# Ce8I?Rn5u1:H(RojH6xMB4{8G#r:.?r$=?[j' );
define( 'LOGGED_IN_KEY', '<Cp>2|-fI-Q([{J{16:F]mk:~nKYJO]:zFXJ~<>+-FY%/R6Bw[Dp:ud->lpq>uGN' );
define( 'NONCE_KEY', 'W>R-w>jw)Z6ll=E4E3@Ww[<KNiRN<`)w6Z(-:24FbsAi#%ndYBrF>s)29~xAF/mB' );
define( 'AUTH_SALT', 'Kl}M@yDVp[r)lh9LMZ59#<pd^!r4.8^gu/,u*86Pe(E!UYl+xK_O}Myj!w6x?R.k' );
define( 'SECURE_AUTH_SALT', 'Tx}I</vFxx^7O8a^DSJ}Aiw#@MW-H,HN @n4c_v?qKDpI-N6`T{Vxh26/pLB6f_)' );
define( 'LOGGED_IN_SALT', 'V63ap~RP,ShgQvwZ8@H^}z2b%Oy?CCcOB{*Xc;N}0|7VdnU QXB|ct?Uq_1D2Hwn' );
define( 'NONCE_SALT', '/}/~1{oT(3[(a%Iv{#|ve^QA$QI)7g[ %cv?qYh/H|%O6#`-[tjpfX[U2JckI)(m' );
define( 'WP_CACHE_KEY_SALT', 'RI{We#`{K81A;XKx2RE_4u?jX@GMBgFKxBUU`NlaT6zfH)d}b~svi>Tiut|;YZIX' );
/**
* 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_';
$protocol = (!empty($_SERVER["HTTPS"]) and $_SERVER["HTTPS"] !== "off" or $_SERVER["SERVER_PORT"] == 443) ? "https://" : "http://";
define( 'WP_HOME', $protocol.$_SERVER["HTTP_HOST"]."" );
define( 'WP_SITEURL', $protocol.$_SERVER["HTTP_HOST"]."" );
/* 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';