| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/wp/hub/public/ |
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', 'wp_hub' );
/** Database username */
define( 'DB_USER', 'wp_hub' );
/** Database password */
define( 'DB_PASSWORD', '7dec45990694aac16061ef8d21ad72173ab68e6927764b9f' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', '^Hp4;^jDhMlag0RH0},{eZN}Vcd6%^ppPH/XLuG7aXM<TS~|x5#E.zs:(Bo7o8!X' );
define( 'SECURE_AUTH_KEY', 'g_k!V4`txTz|1gM3<W5}D.|keGcAUggpG#8~Vp_-V%gzeD~+49vXb=x/@?x^#Hj;' );
define( 'LOGGED_IN_KEY', '7SF0~k%?[u.t:kwpB2IoeW[LG;1EW%-rlGr86AlVc?Ho*{.[p3?~@&hUXWB2jEQc' );
define( 'NONCE_KEY', '8v{{{kHMY;k4X$<sd8kHvR)EXo)?A?-UtY}9u3jOeW?Od6S%{J$F`T+q7y6q{ JB' );
define( 'AUTH_SALT', '0?NoVHFWbx-S^0D1bw^X|<Y%cjeV~TJXw}!]72xHZI{H|-V&whnb;v8qHzmZLPCW' );
define( 'SECURE_AUTH_SALT', 'P,Fxc*&R>L&Yb{hM0k[n50cJ8]T|QPM)_Mg[1e}(Ik9^2qIl44mOqx.I:jc<|=~]' );
define( 'LOGGED_IN_SALT', 'wfNE<>c&` o6qOHN6+l>/:BT?D]O$,!oiE&{57X[pYW0CH|g`h;iD,}N$[zJ*PH{' );
define( 'NONCE_SALT', 'sy?(n-` W`s*ezC}{~8jNoDGvr11%6H`_UXy:T`RS?}KR/S}V-FTka(#fjr+EE1z' );
define( 'WP_CACHE_KEY_SALT', 'P@$Z-Nk3A2RU[`9hVHXhwRT}*$8W#*?|+i@JL.i ke{p!G;sJLxzGvs-NgNMdsrh' );
/**#@-*/
/**
* 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. */
/**
* 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 );
}
define( 'DISALLOW_FILE_EDIT', true );
define( 'FORCE_SSL_ADMIN', true );
define( 'WP_DEBUG_LOG', true );
/* 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';