/
home
/
hars3983
/
public_html
/
New Directory
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', 'hars3983_wp_oj8dn' ); /** Database username */ define( 'DB_USER', 'hars3983_wp_v1sq7' ); /** Database password */ define( 'DB_PASSWORD', 'WR5260w^ZML%5szR' ); /** 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', 'hrQy;l1B8JQ[hBmn4xQo(8F71]arRb/;(i3Q|Rp1%zYQ57&qX]]B8l|Fon/4;ny)'); define('SECURE_AUTH_KEY', 'R8~VP7Gk_30do%g&8wOzk]Xw[96617f]6D77)7D2+&f:CnmZ5L3h9LAJ~*K(j5-4'); define('LOGGED_IN_KEY', '!y6p&6v(_X!cn3l4PTFg4Ixi9~d058xf2RU1&0c1RHl4s1&_Z4(K6rt8t~v2_6N6'); define('NONCE_KEY', 'zUy+~aY4/m7GINx3%R)dEeaIK)ksPikA9*I4141+:b!1yyE)9sM/KBcHnTv9DL-k'); define('AUTH_SALT', 'fy:;Xp/erzj9kndh4-1z#L%T76eo[!zs6T(LA23oLg44)(kVVjoCW2Mc4Oe|_1u9'); define('SECURE_AUTH_SALT', 'sQ1]pvN~~62801Q3kw6/)B7IAm05Val@s56#R-9y[(|0*sI1r29Pj@x9/W95|x1I'); define('LOGGED_IN_SALT', 'L727GMq#:uFRdkL#fC2vHVe-0H!NN%N[#5iQ1:kFQ14r]:m9X/n44(RKB~gfY||7'); define('NONCE_SALT', 'u!JS!teo6d6@M+C5076m8L%8-1mzyfte2e!r)b88v4-#8A+F~-@Drnb76atT+EAf'); /**#@-*/ /** * 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 = 'TY7Xs_'; /* 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';