| Server IP : 74.91.139.10 / Your IP : 10.45.147.122 Web Server : Apache/2.4.62 (AlmaLinux) System : Linux prod-iad-shwpweb1001a 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64 User : FAsyXTyKGY ( 3004) PHP Version : 8.2.32 Disable Function : passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /data/user/1001/2026/126/3004/wordpress/.f2876df2ad8d7e06cf5e558f74049bdd/ |
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:
*
* * 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', 'ftpacyrfw_9961' );
/** Database username */
define( 'DB_USER', 'ftpacyrfw_9961' );
/** Database password */
define( 'DB_PASSWORD', 'c5b2e3c1898ded6b6bc0e8990d38da05' );
/** Database hostname */
define( 'DB_HOST', 'prod-iad-shwp-proxysql-1001-lb.wnhosting.us-ashburn-1.ociprodhosting.registeredsite.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', ')?kG(5GR)isw!(g?><~X:+iXOvZE)Ik-d!OLF!@Da8o,8+98sZF%XC Ps^eNq#j(' );
define( 'SECURE_AUTH_KEY', 'tZgaVs^O*HGZc[o3[1o<eO^)?X%Q[{KfYedIo&*V6<9_gWNGVI[Au D#pY,g~xgd' );
define( 'LOGGED_IN_KEY', 'C2YRubh#7(QZDQDf.`U-.KYpFd5{+I)(^2Yt x~xH4I$o%<`,d w~#)R^E|d`4X5' );
define( 'NONCE_KEY', '[=Zd.ua@V3n$w%}IwMedrx` t1b?R .rDMmz461zvd-vjjH31 ~Y0lXuUTSS>n {' );
define( 'AUTH_SALT', '[C>1G&P!)j-Ngc&IRq@MW4j7L[Vsokh_qiTsV7~-!^bw>en>Qj&e2p=6VthiVX*7' );
define( 'SECURE_AUTH_SALT', '[mSC{xccvh[C2DoL30w^k?e[PcZ[-lk9WR-k^CU}DChmme $Oza8_~y+xw$<T!)l' );
define( 'LOGGED_IN_SALT', ':TK4[PAd@UGZrT;5ea$Jg%G/rAi3XYnuEFK~C6LkpB$Br}}|OW=<7oC!<*ZycJVG' );
define( 'NONCE_SALT', 'rtyb8<UPd*|y8Es?bdKB.9h9h:zD6yzI0~%1)p,R:|E*ZLB_:Ub4Km@D<U/cE@}%' );
define( 'WP_CACHE_KEY_SALT', 'Y&RRAtVLeFuX6Kkx^yZ4s_Mm*OpQA`k=[1:Y`^m7n^_PO$<5}*GkPvC39c{UONj>' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_AUTO_UPDATE_CORE', 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';