| Server IP : 52.9.100.119 / Your IP : 216.73.216.193 Web Server : Apache/2.4.61 (Amazon) OpenSSL/1.0.2k-fips PHP/7.3.30 Phusion_Passenger/5.1.5 System : Linux ip-172-31-9-35 4.14.355-196.618.amzn1.x86_64 #1 SMP Mon Apr 7 17:09:50 UTC 2025 x86_64 User : root ( 0) PHP Version : 7.3.30 Disable Function : exec,passthru,shell_exec,system,popen,proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /data/html/calzada_last_version/ |
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
*/
define('WP_CACHE', true); //Added by WP-Cache Manager
define( 'WPCACHEHOME', '/data/html/calzada_new/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
//define('WP_HOME','http://clzd-tst.ddns.net/'); //clzd-tst.ddns.net //calzada.life
//define('WP_SITEURL','http://clzd-tst.ddns.net/'); //clzd-tst.ddns.net //calzada.life
define('WP_HOME','http://calzada.life/'); //clzd-tst.ddns.net //calzada.life
define('WP_SITEURL','http://calzada.life/'); //clzd-tst.ddns.net //calzada.life
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'calzada_new');
/** MySQL database username */
define('DB_USER', 'calz_prod'); //u_calzada_dev //calz_test //calz_prod
/** MySQL database password */
define('DB_PASSWORD', './_c#alcr39hs..'); //test.123.test //dfiohj23-98 //./_c#alcr39hs..
/** MySQL hostname */
define('DB_HOST', 'quattro-rds-instance.cutdhktyyeot.us-west-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', '81~pKP5!+8`M?5YG!-.f%.xDQPq&.:#:95G<|?+*QiU2~((RI#/QC^v;czuvx e$');
define('SECURE_AUTH_KEY', '(A@UB{28CY3h8G==xpKUPs^uF?m|1}W`fluqvA3i`Ql_doA|$5iGCYy?m_U)K&)Y');
define('LOGGED_IN_KEY', '2lP$}lxFv9*gj/>4~Spi[bV*.I#l+@Txfd{Iej@7!l}1`Y|{oq:%0I5zy;vO >0A');
define('NONCE_KEY', '2XWm0n]@A9WT`4/lT=S@C1+lRf9@Cvi[(Pnx,(q?iY@e[v9~e ]y f=:(K]yUK>=');
define('AUTH_SALT', 'D:=Sa/5g[.TZw=su`G?>J?dF^*df%bCiLrgvu <9TQ[o<xhdwMFI4czSlJk!dcy&');
define('SECURE_AUTH_SALT', '>jp45r !ozL53:]bYU4{ ]E&@i2P(yqW2MNIGb,5q#.[[k_M#EwH4(wZ@$=x(+i]');
define('LOGGED_IN_SALT', '+6kkNpPrU3|kaB.g5|;b>G}ay_G{emd*buO(}(75-XSL4&_@e4Ui_Vg*+`%gQQHU');
define('NONCE_SALT', '8tKWZR50IykUhjWx}KQ>GS/qq$$Aa&c8D:%@$8c!i3;amT8T~]tz[au Q1vpi8a4');
/**#@-*/
/**
* 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');
if(is_admin()) {
add_filter('filesystem_method', create_function('$a', 'return "direct";' ));
define( 'FS_CHMOD_DIR', 0751 );
}