| Server IP : 159.203.156.69 / Your IP : 216.73.216.37 Web Server : nginx/1.24.0 System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/thread-self/cwd/ |
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 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', 'green_estate_db' );
/** Database username */
define( 'DB_USER', 'green_estate_db_user' );
/** Database password */
define( 'DB_PASSWORD', 'Light@GreenEstate1' );
/** 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', 'e)$1MF;`7oa[5TQ k*X.-Ox@4g*}9O>zSDa.JfAmi0eVTpEJ~?62M9qJSnL0p]>^' );
define( 'SECURE_AUTH_KEY', 'ICma*?1-}}K6Y5j!o=+M=G2t[QG/|(wRQ0)<ebrV&Z`c%zxClvsXLQT{3$KCi6#h' );
define( 'LOGGED_IN_KEY', 'Wkmpk@FcekH<*:vZhCG(XMTVy.Skao-$.jL!}$cOto]?8$)f dA9L5i~OJ/)%~Hh' );
define( 'NONCE_KEY', '*Jo{tvl%G39Y&okI{H=UMbKw|8K:uigpEnXzjS0^P94K^8!6@gmETxhc-z-z?o7E' );
define( 'AUTH_SALT', 'MDsLkRxb.P5H9A_=!o6bwc[!.vf^Mck9ygKmJk$$T.YHJ:iRla]tCT/@)kzh*/q#' );
define( 'SECURE_AUTH_SALT', '/as{_/T479utJ)iM[ew1<]Rw.Y$/+z7m[?[R!2[J1<gkg;e[]VykDTq]YQ,XZJG{' );
define( 'LOGGED_IN_SALT', 'T%SL8]T+0vM{kFk?ynf8WYE,]qV4}2S3z:# yORXW$m:*-z{ kLX/2i`g+wAzgXY' );
define( 'NONCE_SALT', '.<0y*b7,D^>.Es?G%KEJ~(R|s[3+B|RFO{%9 <((~vsl9gj7o4#3VsJxO98}Q87' );
/**#@-*/
/**
* 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';