/
home
/
dneto
/
public_html
/
Upload File
HOME
<?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', 'dneto_wp_spwhc' ); /** Database username */ define( 'DB_USER', 'dneto_wp_7svpi' ); /** Database password */ define( 'DB_PASSWORD', '^J^h4dG2TH@bIst8' ); /** 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', 'ddi%jd~8Wo-6z4)y0@jW2b6e/F-Z]btaAH*#t4ySBv;5z(7uTG@0dbVkd_sV6_X2'); define('SECURE_AUTH_KEY', 'B_LTe4D7WFO#Evg414#%+8mBs92W7y82N8lk%CVG(mV8k/8s4xu~d;J3d4sLCnj4'); define('LOGGED_IN_KEY', '2g3HurlN3X6!a;93uurEe2]4#t]C82bC2qi91or0uy1%1)*Cz8(CGJsmq;[;fJFK'); define('NONCE_KEY', 'j;vn[81[A]&y0U[BLw%8:8N32~gK/osO8TAXN@qjqlIM1-b+cF78|Rj)0%DZF*b]'); define('AUTH_SALT', 'z]0ULW@__SL0I(wluxUu)813#B156f~*6O9EPR;1ZGUU::I-11MdB940_q10r0&z'); define('SECURE_AUTH_SALT', '/8[0#X5bB8|2wdT#L%jHZa~2u8M4Nx~J3K33k9h16U6[8yqa-|RuXxxOm6fNFY1x'); define('LOGGED_IN_SALT', '%!Wx9(Ad53U5eH*MW@3L8SYkFm@7L-|kLLWhxb!~DR284Bu65H;7n#66DHbZ9~+w'); define('NONCE_SALT', 'PBp%3-*H0f]vY[t7E376Di8ZYmbZ*w@8Xv/SR|C8Y52L05esMqlt2#Aq&h_4GQzq'); /**#@-*/ /** * 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 = 'vo80UiZle_'; /* 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 ); } define( 'DISALLOW_FILE_EDIT', true ); define( 'CONCATENATE_SCRIPTS', 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';