| Server IP : 198.71.59.75 / Your IP : 216.73.216.240 Web Server : nginx/1.30.2 System : Linux elegant-dhawan.198-71-59-75.plesk.page 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 User : realtyna_guys ( 10000) PHP Version : 8.2.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/vhosts/agenttango.com/httpdocs/ |
Upload File : |
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
// 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:
*
* * 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_agenttango' );
/** Database username */
define( 'DB_USER', 'timbermac' );
/** Database password */
define( 'DB_PASSWORD', 'Plano1801primrose*' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'iW9r0w(cUuq+75e~E;eA(|9%h!j8Y:1Ke4jbJ~f;|VE466[|zfw-20mV8|Yb7Yf5');
define('SECURE_AUTH_KEY', '5![h46/#Uy7d:V2*ce3F8[w#19e087Q(K7:4H)2s*7+M+975(b7&80#B7dxN69V3');
define('LOGGED_IN_KEY', 'aM(5M/%6|ZCLZ0JqcFw4191s(U8:Vx24WB#@oP4&*F878;f~|h2L7Cze6o9Z5G*I');
define('NONCE_KEY', ':J7n;7_#721q@4lg8&Ve086K9nPn2zehu3;!L/jdz[r8ML&0NjyQp@N:lW3F3F5]');
define('AUTH_SALT', '~0)IiUb3@Ds:oIgqC(ZIbV;du[UW[TD_6p-!5*ZC]]oKi*4k_R4v@3nw&;+Q5#5t');
define('SECURE_AUTH_SALT', 'Wi:03/i7/(08BOJXT62qV2;1E74u8K!k|ch|_P~2Z201CQg8SA_9V[h5u7*|XlNN');
define('LOGGED_IN_SALT', '*#qt)w9xGZ@!E+l%/5K7+uRO9f)El+Z%#By[AOt[F)8[OrZE/%KS+EOH57(K&48B');
define('NONCE_SALT', '05Z5Ub/C1ydvB82x277~TqQR~F100)4K350f)jA8ud:-G52PIB13Yzfg/H]678))');
/**#@-*/
/**
* 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 = 'AT_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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 );
}
/* 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';