Dashboard
PHP:
8.2.30
OS:
Linux
User:
u931337226
/
/
home
/
u931337226
/
domains
/
equilibriafit.com
/
public_html
π€ Upload
π New File
π New Folder
Close
Editing: wp-config.php
<?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', 'u931337226_QBz5V' ); /** Database username */ define( 'DB_USER', 'u931337226_33Qgc' ); /** Database password */ define( 'DB_PASSWORD', 'xzMJUIsRWc' ); /** Database hostname */ define( 'DB_HOST', '127.0.0.1' ); /** 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', '7Op,n*}X)GyU#zq=|]JtLSFfV%:O-CB/wE$z1}ehAhPX12.G0)kQ4%.uR#wlNur-' ); define( 'SECURE_AUTH_KEY', 'i<[!,a+~E=>[e|34+F#&VQ*q2r [01v(%?ce[ps.b,9GQsI@k`+kdxs,PMk^u9sO' ); define( 'LOGGED_IN_KEY', 'm<Z;?rG{8_GPUVvR5;<5k|X&^eL<If/!nmJm?lHB*)kF<he+pi;^6{~QEbXRbByS' ); define( 'NONCE_KEY', 'wiQjw_o}4}y$||~)0?%1jIL,~K4_5kEg=9P#iIihg[867z&V[aK+cPC)e2QWL8PV' ); define( 'AUTH_SALT', 'a,Ac&HNvA7y2(PBSQqm0p65X{L=w>;<#=RySG6]&jP>0N(qgG`-V]C9M.T@mzlZ]' ); define( 'SECURE_AUTH_SALT', 'MQ~ef6+&Z=1D#[IW0%*CfLs.=/2Ls<zn10m1E_II~H@7_?</o&TlVlkf|Zgy`BI[' ); define( 'LOGGED_IN_SALT', 'g4{k][cf&.tMcUw$fV|!b62n`0B,,y8yRqr;%7!wE).zOjC992Fp}nEux>dcJ05a' ); define( 'NONCE_SALT', 'Gq1T$D})47S[>Khw&Ubf[3G:x/O)I@YA_5klbdYC7Fja,jq<?_u:K~=%c%}Y-T!i' ); define( 'WP_CACHE_KEY_SALT', '4K2PU(@Q=~FhR^Twd]T`aq5%Hx A,[c|e&:`GPzc><1_F*8b2{@I+Bsq3EO~R1}w' ); /**#@-*/ /** * 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( 'FS_METHOD', 'direct' ); define( 'COOKIEHASH', '96fae3e2c223c59b654bf0118e133c38' ); define( 'WP_AUTO_UPDATE_CORE', 'minor' ); /* 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';
Save
Cancel