File: /home/dreamlan/www/wp-config.php
<?php
define( 'WP_CACHE', 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', 'dreamlan_site' );
/** MySQL database username */
define( 'DB_USER', 'dreamlan_site' );
/** MySQL database password */
define( 'DB_PASSWORD', '277511' );
/** 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', 'CJKpi/t*9SzZ;sfNGKBPI]awT!}-0xJy&0m(Dz0Wlq2*M-%Z}ceT2|5m!9{.Z$P7' );
define( 'SECURE_AUTH_KEY', '2z-PpIpr T$8l8J%=4-,H~mNKB@*~ykZq;R>L#;/6r1-E*m([iYQgkJ}XNhq4e9f' );
define( 'LOGGED_IN_KEY', 'k$g_7U %jS56Nv]/StW^!>vjEj_H5LKV@(@lc|:$)35/1IAVxM@xjN[ThI)3}?d ' );
define( 'NONCE_KEY', 'V]8WVF=T[<L:TSZSc8<St{~|uOL]ZV-comruJf#ib?~&AeK0sx@KDo[2B]iG+oM^' );
define( 'AUTH_SALT', '{h/;ym6>6<=)wf,&]=WVS,/FZst:~AtKO$iR~y4B][dx)Pr<k:/WZ+R<dHlg4?T^' );
define( 'SECURE_AUTH_SALT', '8Kvx.k</W9]IoaH*>~n6u_d@VZe)HL}.zrMer6rK3Vdv?2SY9b}(=)Z{:IUs8/;n' );
define( 'LOGGED_IN_SALT', 'h%1Pz8K6Z.JQ;Ns[?hihe9|m4;9oMBr[{vG1Fij0Ot9dxJ=L!R{7+J(mM3(*F9[q' );
define( 'NONCE_SALT', '|+R|MZyO+@?W8a./n; %C&jzI(-|=O:;.jXA4=[?Kb~Jj;ZHtG5$sE+#eOy8{~_7' );
/**#@-*/
/**
* 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 = 'site_';
/**
* 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';
define('UPLOADS', 'uploads');