| 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/tsai.ai/ |
Upload File : |
<?php
//Begin Really Simple Security session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', 'KKKxg9Msd1ZgqJkfcEFRWETIlQyE0sLjWcXCTOkNJWh3Zumr8AQ58xisLcGUF9OE');
//END Really Simple Security key
define( 'DB_NAME', 'wp_tsai' );
define( 'DB_USER', 'root' );
define( 'DB_PASSWORD', '1@dolphin' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8' );
define( 'DB_COLLATE', '' );
define( 'AUTH_KEY', '8;YC+.]{`b5U,#[#C}R>3j<IgfZ%-Tf=tp!/>jk|]a5jd%5^uGFY:Dd+Jd^2_#/k' );
define( 'SECURE_AUTH_KEY', '4Z=Vn7QG$1+6g6-xJfc7h_5>FyYA~dX;lWEl[*m=++jI(gb7$ZsF5#Y}fi=2y5Y}' );
define( 'LOGGED_IN_KEY', 'mF#m)$4O~M&|B6 0^hMf8N2m{oXT?A4aG78E*50 nW7@&Q&=!@$wHi!S*GcZ|r37' );
define( 'NONCE_KEY', 'q9Iv-${B{yfjV+z.gE.xsgih0O&b[^Z8$]m#S&Do_oV#/8OJ58Urdg_)d%Xo7ad#' );
define( 'AUTH_SALT', 'hw&j/=m{twM`tY&K%dRY/_Bb>[OXtuf@LH?k.MbiZ0bqo;a*ybl1o=E&Z8*|U:%v' );
define( 'SECURE_AUTH_SALT', '.JI%&`r=]3hc1596]2B6WlH(y9fiqkr @NUy@B@Pr@NM^e7UsTPJVegg)q]&P!1a' );
define( 'LOGGED_IN_SALT', '{g:`zCXzr`_jzuH&`({t*7vt2@dK:yX.imFkomRSD=tJzTlih6xUZ%tOf1bSxpX+' );
define( 'NONCE_SALT', 'F!Bce97k tT5f98<cslUK+8[Mq8Eo1+f5M;&KDD^k7{O%}<g-?`QPM1+ALhdM%<Q' );
$table_prefix = 'wp_';
define( 'WP_DEBUG', false );
// jpt added
define('JWT_AUTH_SECRET_KEY', '89sdf6^&5fdss987bhvbc');
define('JWT_AUTH_CORS_ENABLE', true);
define( 'WP_HOME', 'https://turmansolutions.ai');
define( 'WP_SITEURL', 'https://turmansolutions.ai');
//define('WP_ENV', 'development'); // Change to 'production' when on the production server.
define('WP_ENV', 'production'); // Change to 'production' when on the production server.
// end jpt added
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
require_once ABSPATH . 'wp-settings.php';