| 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/example5/ |
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_example5' );
/** 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', 'puj0,{egF4x&9A$i,osg,C>4?UEnoA)@$I~9U8C74ki$sKGhSRZ5c9sB0ehIa7Di' );
define( 'SECURE_AUTH_KEY', '-)+8u<M004c`^P/p2!^f&<Blc?lLaa7&l;tJ8}^D%>.drP]>9CwQ4*d3 uDg1rF`' );
define( 'LOGGED_IN_KEY', '{IJ%!5b)Hh#T*]9cNC`.D<S<_9 ?%dd>zO $@2n?fQnWnLs*y5iQ+Q[nCHIdpkW.' );
define( 'NONCE_KEY', '!,}/_(08@H&ocp2XRiFnn,V3eMg;p|fj=e_yqPG&;.=`nmyyj;zOZz]9;RR#}2hA' );
define( 'AUTH_SALT', 'onsRA1-UV.Qy]z$[M+Y](=CDN+Ix}+cW$eDNd}Z 8(0w:#6fSHL0HJakf..2$Y,@' );
define( 'SECURE_AUTH_SALT', 'S9>*#Vn%3iC<*JQXA-dOZLm*4#Vq@lPR+@A5][M||g.qEzjt=Sh<#Q`<%0;2iCYt' );
define( 'LOGGED_IN_SALT', '{CuGe<Lp^]!CS3XjsdWfPieV$x2v-]q#jr$=s4q &0,jmeH,;Lv[$X&B|b:r>@tI' );
define( 'NONCE_SALT', '%>1RpvtMmuCakn4[1r`BfQMjcJTsB#y(mxpK83.?Xn/<RW<UgQfTX?eNqs8)Q :d' );
define( 'WP_CACHE_KEY_SALT', 'eiNf<UNeLFugb_lAatT7Upqp2QSX}cdK;c^3{P8JkvF7AaUyM9$Al-l:f,K/ML#$' );
/**#@-*/
/**
* 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', 'hnny8/dsPZUMbTsXyxSc+asxyLL9/Qni1iuRFdwhyp0=' );
define( 'JWT_AUTH_CORS_ENABLE', true );
define( 'WP_HOME', 'https://example5.turmansolutions.ai' );
define( 'WP_SITEURL', 'https://example5.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';