| 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/cirrata_html/ |
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:
*
* * 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_cirrata' );
/** 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', '$}fx.b%tS;T86Fy4A7N#I+-P`9hhY?CF<@oo{mWmw%KJNF@|s|75+S6][z]t!_G+');
define('SECURE_AUTH_KEY', 'FZiU@cPfE9j`Z!{E2XpO$P+ 6,oil%5tmRos1B[uRSwT(+0I5x~+>q<{xi9Iv2+T');
define('LOGGED_IN_KEY', 'D0_q+TJF|G>i[lV%`lokj|.n+G}6H:&=./q9wY,[s`zq`_~Rf=H~Gr.#<ToK|Xy*');
define('NONCE_KEY', '|2QYz;K5{QO}FT+Z%$.fsK%9x]i+Hd@!n3-Z_|z{A]MCzQ{w?eEE|<?M+[ngP(N7');
define('AUTH_SALT', 'hNxC@r8wZ61+z6DQ-I*|]Uya?!%j!lh!|Y2w&{pzk37b.7&>:gZ]t>i+/YUU:[u~');
define('SECURE_AUTH_SALT', 'RR>Uj{oQBP$MO3AP<WB4RRCLp}.rqbrI0s,7Uq5)ss7cZ*y+UYe2e%>:X#N@fbhZ');
define('LOGGED_IN_SALT', '-`*e$.gITR?Y>JJRn;L?_dfnhs 7 S)2&bD%x~5`~~zO/o>~WbEXOMm=U4e7n;R9');
define('NONCE_SALT', '`MS+5PxI&jdDwdj4&F|+pGn>2t*q0^@*yp4^Ig}tK|-x|=h|sm 0;:Z;_;cN:8i~');
/**
* 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', true);
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. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
/** Enables page caching for Cache Enabler. */
if ( ! defined( 'WP_CACHE' ) ) {
define( 'WP_CACHE', true );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';