| Server IP : 85.155.190.233 / Your IP : 216.73.216.103 Web Server : nginx/1.24.0 System : Linux antigravity-cli 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 User : wp-moonbloom ( 1001) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/moonbloom/ |
Upload File : |
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'moonbloom_db' );
/** Database username */
define( 'DB_USER', 'moonbloom_user' );
/** Database password */
define( 'DB_PASSWORD', 'MoonBloom2024!Secure' );
/** Database 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', 'm8G)1#e-l6ErNLx}4!%ql0ocG.Df[b,+Q(OD!EP6f,dRN<~e5;A0Bo!Liw.;RsG<' );
define( 'SECURE_AUTH_KEY', 'VQJG?^E1!6K<SFqmBmy[=@!M0cO{D;MYIE#% 8F}iPchcHN`9id4b~rrI$uMZ#$o' );
define( 'LOGGED_IN_KEY', 'T=WyCPhk;z<h.QSW_k,YC^AX(t<g5_s?*a*uJ4B%`=;9Q.^)r;nF/Y3,#<5*&?v.' );
define( 'NONCE_KEY', '6$Au(TyVA5!<%qf(%hY86!NDkVEsoL{0[;]V,Aaj>H}F$<]ZA@ea9{n+m{KuY5Hq' );
define( 'AUTH_SALT', '_tkz{g[?/V3w4rox57XINO|&i[?wlvf@qg;|<lM7cFXPmT3fQzZtz>R(4G%! _&{' );
define( 'SECURE_AUTH_SALT', ';$5])fV^m{X%+}8{QvoBUk7+b-`^s<WhpK AbuUtLR<KX~Y[!6g;%vM<fV5uZg#o' );
define( 'LOGGED_IN_SALT', '*L~E~[3P-ddc=VoA&:3Awkj|yka[S7yp/44QW3#9=UA}dF1STs8pNE7~ev-hKx_-' );
define( 'NONCE_SALT', '| ]*)rqtiE.)GC:l&{^btG`))tua,j,%iRfE:^T t6]g# CXaYemBb^l$0&5oS+O' );
define( 'WP_CACHE_KEY_SALT', '-yOV?s#/[@Nrg@7ZPTp(ew4=_ab)k#,&x5BgQ/xoi<:V<eTA(K$P0p9hjgi^4H]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 = 'mb_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
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';