| Server IP : 104.21.21.239 / Your IP : 216.73.216.68 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/old.davlermedia.com/ |
Upload File : |
<?php
/** Enable W3 Total Cache Edge Mode */
define('W3TC_EDGE_MODE', true); // Added by W3 Total Cache
/**
* 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 - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'newdavler');
/** MySQL database username */
define('DB_USER', 'nd');
/** MySQL database password */
define('DB_PASSWORD', 'mcifa2009');
/** MySQL hostname */
define('DB_HOST', 'davlerserverless.cluster-cyy1iyll0otl.us-east-1.rds.amazonaws.com');
/** davlermysqlcloud.cluster-cyy1iyll0otl.us-east-1.rds.amazonaws.com'); **/
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');
/** 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',
'9VDU@#:$p(DpO(S*[email protected][l{/k+oBsUgtQB$K~;6N;h~62C@P7UrtA]');
define('SECURE_AUTH_KEY',
'?S#WKg#iLIYL0u-Z<h-y6d:]0/[,YFh[z&YJC=3C}3YZ#Qh8~TTg:lgYSq^=I*Aj');
define('LOGGED_IN_KEY', 'gF h$Q]<.W.-={RKbx@ynHwnwgG,fqO2LX<
XLZvtQZ59sy3=Pb%KQ7%xSVU;8lY');
define('NONCE_KEY', '.*&er)U8FNf:#B463TB`|B5}
U7eBSA[e1QLO3F/5$`9DxJwwGtx0y!LwS[.1-!G');
define('AUTH_SALT',
'9rD1#R+%k*I]hu~e[mTfh]?Wm`tx&x@G,Ysl]Nr.9Y6i<(zw<jja_4`dQ`#Fu#n:');
define('SECURE_AUTH_SALT',
'Ks5R4RO?`d{LIy=bPJ7r{uL%rk[h}U5/_JYwd%5pmdxR$i1iLN#w/Iic+l0eXLH0');
define('LOGGED_IN_SALT',
'ZPB4YIvAV|T)$-=UWLm3c<!]SlTFVP0d;8+<;A@Y6>MKN<ZWf&BcWT k~.R@9E1/');
define('NONCE_SALT',
'vQ;3ubhUUO{ncc&R-_zHy.__OpHYVkL^$G,#fUl/%m+:`PxVT3O!jOG-r%kmWCjc');
/**#@-*/
/**
* 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_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** 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');