| Server IP : 52.202.253.110 / Your IP : 216.73.217.139 Web Server : Apache/2.4.56 (Amazon Linux) OpenSSL/3.0.8 System : Linux ip-172-32-10-67.ec2.internal 6.1.49-70.116.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 6 22:13:07 UTC 2023 x86_64 User : ec2-user ( 1000) PHP Version : 8.2.9 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/vhosts/ats_html/ |
Upload File : |
<?php
define( 'WP_CACHE', false ); // Added by WP Rocket
/**
* 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wp01_ats' );
/** MySQL database username */
define( 'DB_USER', 'wpdboctuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'WPdb0ct53r!' );
/** MySQL hostname */
define( 'DB_HOST', 'wpdb01.cylhgboip6b7.us-east-1.rds.amazonaws.com' );
/** 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', 'TVmm ^9gc=8xQ>sO3SQS%!s?E<|BVkU6iBcDyGFw<y)_yE%w&+`OcpU?8s=|khE$');
define('SECURE_AUTH_KEY', 'O~mvKUF-~sG!!e>Iy8$I9 ^E)`M{|?]%G.,s :OS7NZX).+N9=sq_-Jc>+dHhH+Q');
define('LOGGED_IN_KEY', 'KEu*iUYe_RkbcM1sJ*LL*I5~Xc$rr0y7Q-rZea_qFY]ImiF)jHc!LU:YSVDb6i^k');
define('NONCE_KEY', 'Guqlcc`ETy_H`0JQzj%=ygbZCd#-_VD!NE9,;XjuW-!OF4>2sXSXw #;e{IQ|w[1');
define('AUTH_SALT', '2/%4FN|K|KR5CZ4QN!@bP9qqoOmL?K^]icT]r31?^mS0Q+TCI-Zlt6FO2(^-[h&j');
define('SECURE_AUTH_SALT', 'Km=M$j6nurFQd5@+LB+/<Cd=6a~*C%5IX7fJCWyOu`o,&3P:,1&2xsAnmx/|(XlI');
define('LOGGED_IN_SALT', ' oBul,iK/>-AmM-#rnR-1~CSH0-i2q^zO_q{7j`Vlc:){2T=-9yveDFHRtrujC=A');
define('NONCE_SALT', 'z:HjN )Cj,vq?P. <Cvv_Ro3EC|;*gw>Hm&L-#Ax&ZO6!N=/^^/]D8S39nwz(iZA');
/**
* 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_';
define('WP_DEBUG', true); // or false
if (WP_DEBUG) {
define('WP_DEBUG_LOG', '/mnt/efs/atsfiles/debug.log');
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);
}
@ini_set('error_reporting',E_ALL & ~E_DEPRECATED);
/* That's all, stop editing! Happy blogging. */
define( 'WP_ROCKET_CACHE_ROOT_PATH', '/mnt/efs/atsfiles/cache/' );
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';