| Server IP : 3.147.158.171 / Your IP : 216.73.216.88 Web Server : Apache/2.4.67 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-2-178.us-east-2.compute.internal 6.1.172-216.329.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed May 20 06:31:34 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.21 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /tsai/repo/sites/example4/ |
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', 'wp_example4' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', '1@dolphin' );
/** 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', 'lR lw0MNaYNQs`6:s}$ABe))=zlM?#4:$6p9L6qFKIaKX_;q]v9oVrQgKE82?8MF' );
define( 'SECURE_AUTH_KEY', '*~{C;X]]^6^kD?=0Es32)&ekn)Vci?fvv-nEMW8sB3gG_6K$Ynt2?}IO> vf? |[' );
define( 'LOGGED_IN_KEY', '7Ymz 0/F2iEV)HV+ndja=SRf7Q[ipln8rZZ# Q~9ZTuOQ3+4P;ew%c)70/e)>Cnu' );
define( 'NONCE_KEY', 'g6Nd<gSz`%eneae#&=!eE|}^r36Yg$f~`RLzf00n)r1!*=LGK&J`|@DN]=++%z3+' );
define( 'AUTH_SALT', 'mi93!(f;[yvt99n!}MOnA]& x_/,YFU-laHX}KXAhCAtgIk/fTzvqsO$.=8/`WKB' );
define( 'SECURE_AUTH_SALT', '*}#_Lu*g;VEd2t{LdAo^PBf*6!DEW;}JvN&kN1V{PQE?&]@{2(0<@brZc_l4aWl?' );
define( 'LOGGED_IN_SALT', '9-/I|fkA4;_+/,}lvnnFsW!l&<?@b}aY0nm>dcZ`*I9/<X@~I6jfh.J@;/<|OMYf' );
define( 'NONCE_SALT', '%HCIYJbmJw#,D~?2FN`8;te!~=N,$,/KSB<4z_kns;j@QlBa$)BHtmA?#KfHk;v$' );
define( 'WP_CACHE_KEY_SALT', '.CO%sQ2EdiU7{*uq*NYB:pa(aA}sY>O.PbBEuscHP3}-A0:Y=>ZR8jhjN);!Fs ]' );
/**#@-*/
/**
* 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_';
/* 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 );
}
define( 'JWT_AUTH_SECRET_KEY', 'x4znnBld778Q+caGh6/L0mzy5fcEdNldDuuwUWzGeL0=' );
define( 'JWT_AUTH_CORS_ENABLE', true );
define( 'WP_HOME', 'https://example4.turmansolutions.ai' );
define( 'WP_SITEURL', 'https://example4.turmansolutions.ai' );
/* 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';