| Server IP : 3.147.158.171 / Your IP : 216.73.216.216 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/example2/ |
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_example2' );
/** 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', '`V8UxfZ/uA?=YaTi(KP2#DZTH?ra#?x>Cn5&m@K!m_Z`8Ac+Th:iErp`GH/x,x A' );
define( 'SECURE_AUTH_KEY', 'C|oLtr-aDWRu6GZHwWanY@fZH&&#!A%/r G,z4z(q4EH#M&1:qlV8qJB_$/mlh=$' );
define( 'LOGGED_IN_KEY', '33REmTg#h &j#3;uvCv##Bp;hCEZu|dL2OT<ztBgBZUsDTOf#zaQ}t]BcKlOLdie' );
define( 'NONCE_KEY', '^Fef>4vXLSS,Q>ovAj;$3Trc<pXX/L/Ex=AgH9]70A^c!xe[g.Wvc*1pK>G4;TSC' );
define( 'AUTH_SALT', '[5_4i h5WQh2i26dr;qXE#jXuyO8ep4o|);Oc}; bag^^oN)xCAX%Tbx~}L($NWc' );
define( 'SECURE_AUTH_SALT', 's95I:(T0/mG<<q3}zN-oE,vWijPE[KvJ)n1i.aM[EU4{Wq3/;q8r?Z]Dw6!v1Hi.' );
define( 'LOGGED_IN_SALT', 'J;aZXRdv#QGp~=b>uq^E{B}7;tsso/aooJ ;<QHpfK(<%(,mYqd qEvaqcq]a,}c' );
define( 'NONCE_SALT', 'exsG@sMZuK`RTZ*Esw_|mzxmdI+C3bW+F>e.eNxWvJJV).Ny_sJs(d4n~lA;2d`#' );
define( 'WP_CACHE_KEY_SALT', '4W:+8:<*`P^T=>I+Bj/<tJ KwYA)d9[LF1yc}Jt-fE]n{y&KhTYkY)Iwc24&CV9w' );
/**#@-*/
/**
* 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', 'fyBOviO7n9c6Gge0MaixANMBTwgIw6OviyHRQBXv4A4=' );
define( 'JWT_AUTH_CORS_ENABLE', true );
define( 'WP_HOME', 'https://example2.turmansolutions.ai' );
define( 'WP_SITEURL', 'https://example2.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';