| 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/example6/ |
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_example6' );
/** 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', '7|n&s^WZ:ATfOJpFuSy.O?<OenDuR1Py[rX3t8tzWCF)t5!w;*#p?qje<FK#6Fgp' );
define( 'SECURE_AUTH_KEY', 'I@DVtlT[%utbPNXeErCa%7>tQzw]OrT?;996)y.lhAPYl6IAC|zcq?LA9BGtO{_6' );
define( 'LOGGED_IN_KEY', 'G`1M<5([v!{K_mU>f74}j{n=?bIuji(j.Q]xQ2dj:hbi`&VCSq)oR<HARrFE47|m' );
define( 'NONCE_KEY', '=y&oMOG/eaL}$bty)b<e9~c5A2C/+@//WxkEvJF)F3v=1jXTvBd@4;R7+Xv`<@7G' );
define( 'AUTH_SALT', '9m6Mu[Qs=;FD(k-/bY2>Ptb9{`Ac~9E/,`:BtL_7$udB$t$][!%nv|VJ)+b&zAqb' );
define( 'SECURE_AUTH_SALT', 'd2}f$>5?_~K%G;8>|U?`VjO]_i W~?1Tm#O(Q[OcuQc$THe16#=$@oAkt2qI=9IQ' );
define( 'LOGGED_IN_SALT', 'RzJ*;$M5=MqD6sSvwJ:0}wd9?]5UW`R7,i$2u/8<{ed2Wljyde;KksVVoL3BZgn{' );
define( 'NONCE_SALT', 'AA%;njmScW2JtE$TYJ)^2bxS[^>K@Vpu^Z$ZzgO1uBzyHUB:w h 5{VPjCt~A@ .' );
define( 'WP_CACHE_KEY_SALT', 'Lb$n^Gt6;?!HRL-zO>#mnr:Riv4MLR?8l^WCq5>*4WCtKRtiOk,>Ha136M.9PGV}' );
/**#@-*/
/**
* 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', 'KzFP9VX/wqKsYkGXANK2sdoVzR7p+t0KL+GJN2Tukw4=' );
define( 'JWT_AUTH_CORS_ENABLE', true );
define( 'WP_HOME', 'https://example6.turmansolutions.ai' );
define( 'WP_SITEURL', 'https://example6.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';