File: /data/web/1/000/119/758/467749/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 website, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '119758m92504_1' );
/** Database username */
define( 'DB_USER', '119758m92504_1' );
/** Database password */
define( 'DB_PASSWORD', 'C3u!pgQQxx4TwqQ' );
/** Database 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', 'nriJyM5?7|p^nI7z<exF*|uq$]|9O3qrD cfk}|[pcq#Z^!9=TF_[s8Q$`gXF65u' );
define( 'SECURE_AUTH_KEY', 'm?&_y4?i4&/{[oFIS]eg#y4]=&p_ rkFAx)Ml+)2x9=A;GOus%%{zP0c5m38T~7g' );
define( 'LOGGED_IN_KEY', '[V}V+e}2&slZAG>3Z;:[?}u8PwXhnY?na7rp3|<b8Rmj!Zp|P]fQeL.Bfq.I~s,H' );
define( 'NONCE_KEY', '(i|>~=a=@*i!w0 +WR~1%/`mOHumX/iX-sR+AnZF19+%}fYw{#1bE6|*5B*:AwMH' );
define( 'AUTH_SALT', 'qIM$P]YL{H_bktIxj?fEts?_x$#9jI(4tE^0<0$KU6t(kC>05c6In*UiO{t~I A&' );
define( 'SECURE_AUTH_SALT', 'AeYSQt0Q:MjMjo9b?~y9PR&qQ~-$q*87TtdM_m {X5;0+Z|7uM*l5Ex^z/z%YKSQ' );
define( 'LOGGED_IN_SALT', 'g)n,m-8(_?&G*ckN= U!ZEm.,{{J({nkB99aqU{YzBP0>#D[}9zF! 6.sFC-jSq|' );
define( 'NONCE_SALT', 'ZJ(2%*;kGtks<VGrS-7j).=[J#nDbzu2X*B0}a[|Cl6[[0cC8RDEOSdvo3 QVPiR' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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 documentation.
*
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';