File: /home/ceylonli/public_html/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', 'ceylonli_wpb' );
/** Database username */
define( 'DB_USER', 'ceylonli_wpb' );
/** Database password */
define( 'DB_PASSWORD', '8eh5[fJG&8vHlj$b' );
/** 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', 'HJq 0UB._[yB.RoE]Zj0#g]5ELfMM9.QuyAcCeN5y#a2gx#ek%UR>ziOP^z=1P%A' );
define( 'SECURE_AUTH_KEY', 'n&+N2q<-Vt8;Y+66@W $S.=wp^E:V(|+Lg$)O`+UiJ*.to6K2[N1C!+ ~2-/s#|M' );
define( 'LOGGED_IN_KEY', '?s+{ZH-+1n%T+B;(mfzxwh!S#w)7/Hhj)6NO=(]*HbEZ3hZVI.A$w>z{]AuVI{#z' );
define( 'NONCE_KEY', 'EEr-!xc)CXmP4Y`.mBqLBX*_oQdb?bb6N0k:Y*W15j{TEj7ZgSbD~2UXJ3wlKD>s' );
define( 'AUTH_SALT', ')qz,-lWHm6ph8qLr<?GXgR=Xx(r}[=IfG}./~{LG<sS*VpK<v+vxXs&|C[(VLI/%' );
define( 'SECURE_AUTH_SALT', 'f,6q|]JGL-T4lRo-fJyg};wx2lU8qfl?~+>1jr]c*tY]i`cLy!K$-;_Q*3D&*P;f' );
define( 'LOGGED_IN_SALT', 'dD7ri{`vnd$~`>N`ve/|f*~/nHfy{R(03KRY~gAd.%=ND$1X^D**N(9.9iZ{H)V.' );
define( 'NONCE_SALT', 'C?65+C>@gpAyrBGF>!CX)`mfz2/pd5:Q?J#p>6g67lN~)f*J0ct{~|>i|/0VY@];' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
define('DISABLE_WP_CRON', true);
/* 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';