File: /home/bredicio/public_html/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', 'bredicio_wp_qwi4b' );
/** Database username */
define( 'DB_USER', 'bredicio_wp_pitwc' );
/** Database password */
define( 'DB_PASSWORD', 'nRcYU14F7Pbh%B8*' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', ':(Rx6#+c056*&Ys*d6%77-h9(KG~k%41nqh|o(@xW5dlF5c1dm;B:WS)87JTE4&D');
define('SECURE_AUTH_KEY', '#1W7ci%MTgt90+1f~9[a:87S!g#r#2;492]vZS/:_4T|Ri0t:Gn)c+[GI1#6zV4#');
define('LOGGED_IN_KEY', 'G~*Htaj5;E&!j+5GA*g[4J7~@/:W0dSeB6+1qK!nF!qIJ16Zx+E7@BL#5RY4d9MA');
define('NONCE_KEY', '%zjjDS|maCmgW11|YK70&zfK2Z602/W3_1g]5&uxwWf#89M/1+2(hk2Xmw7S]0m3');
define('AUTH_SALT', 'b/42z/(oV:2912+3MN7jFU@1cK!&263J3uc~v+nb6V/3z9FxF32[41-gg6k3w!L4');
define('SECURE_AUTH_SALT', 'v09h]1eqb5Z&;8-1!78gf9ID#qleMu3@_Db4PcVr10B9vx46WkP5Z6mZJrL]96mz');
define('LOGGED_IN_SALT', '&_3nFib+CiJ)ulWk2~]J2y%c-@nja+84&Ya0PL|OA3#+G4~1/9aXbq-dBI08/ij#');
define('NONCE_SALT', '|rPD6B5R~17Z+@%fc@%/]*/&%*lUrX90rHr-*ZT*(K228p8fXu0l7xVde|1|sx7!');
/**#@-*/
/**
* 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 = 'UYHZhEIpT_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', 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';