| 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/news/ |
Upload File : |
<?php
define( 'DB_NAME', 'wp_news' );
define( 'DB_USER', 'root' );
define( 'DB_PASSWORD', '1@dolphin' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
define( 'DB_COLLATE', '' );
define( 'AUTH_KEY', '5Gtgr1NdUZz&YQgAlDa+<>Ug3coi,~:u=2.DZ!x8aJuuBmh^DbU215cU[nb5-LZy' );
define( 'SECURE_AUTH_KEY', '8gRQ=iYtx,?*c(31_lyS$F,$Pf=-ec>:}g)mG+wwC8j{Se+q;S}X-U! M>{y4gN0' );
define( 'LOGGED_IN_KEY', 'l=YrjIDWZdI$w&]bcL}s_z-ZIE#ZHCA%WO8hSg}mV5H!ITD20SqFiI}bwG>ooy*<' );
define( 'NONCE_KEY', '_|4Jz,kl.)&Rks Q/thUo]#bi77Dr0rabQSP%*&;Uwh<g*10 J<uT4b~]6W$iPnz' );
define( 'AUTH_SALT', '!,RQBy,y=>o32)Ku{56^yL^qY/i*qKv]`QJVhew&v.{QDa3IB$d1$ilM^,3}OS0N' );
define( 'SECURE_AUTH_SALT', ':RaEA%5CpDliB5:16_apJIK`~<P6@wK&aqsv5~gFSzL,Q]suYB&m`0GH9^Wp7BxR' );
define( 'LOGGED_IN_SALT', 'Du>&Hk[!?]1(S)G%0 v[=;3*_1nr84j}&G%VdhRm:vDp|z-,ZrBALkEZ;#EA4#/>' );
define( 'NONCE_SALT', 'd:rqL;RAe&Dl_dW?,b6<}w}l-7WDD3FU,Bh^Od-~v;?7/VmgoGdp@8vx`%0kCB4Z' );
$table_prefix = 'wp_';
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
// jpt added
define('JWT_AUTH_SECRET_KEY', '89sdf6^&5fdss987bhvbc');
define('JWT_AUTH_CORS_ENABLE', true);
define( 'WP_HOME', 'https://news.turmansolutions.ai');
define( 'WP_SITEURL', 'https://news.turmansolutions.ai');
define('WP_ENV', 'production'); // Change to 'production' when on the production server.
/* 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';