/** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, 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 * * ABSPATH * * @link https://wordpress.org/documentation/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // define( 'DB_NAME', 'hssawmil_wpsite' ); define( 'DB_USER', 'hssawmil_admin' ); define( 'DB_PASSWORD', '(kV50.f>):SPD-FTX+\I' ); define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', 'Tx^L/PbQS~t)k~jn38.t6!pc/zsI18Ty?VHYSR|2<6*t}Z}&2-(!u)5 Gh#J| t)'); define('SECURE_AUTH_KEY', '|AA^5EpBI#Vx#Y;3k_Lg]Fv#]:_Z6y0w74,Nl;o{qMIsdB,7BM^*#Q<$1tsSH,2]'); define('LOGGED_IN_KEY', ')y?|6Rews3Qq|[1L/]AvWS[1GK5bqwVl%N8vP|>+Kk]~~+1Xi6rrj09V)47:szlu'); define('NONCE_KEY', 'FajA(R+5PU#WFm^X/Pt{I!QS<,X$Oh0`OB{*}`SKh(^0;o>fV,k+lhk[C)[o*5zr'); define('AUTH_SALT', '0:0V~dnj3-ekI-A(F; L+$lnm{pg}kk3,pDmeBrI#bZD,,~{GXolie(98N4q%.SS'); define('SECURE_AUTH_SALT', 'M>.|)<#Z2pt-I|1max*+}gUZ/_sQ/I-y&iT/,kZN>;|.[.^/YwH#V[4RPSW.M1;Y'); define('LOGGED_IN_SALT', 'UAMNO12:1`mad/nf+Z%vx:o`X#4z#t(Iu]+6j3q#.Z/lI~6N}4[ZH2v'); define('NONCE_SALT', '%mt5.+0U$OfqYXQ&Pz|87/(8QT|~^-tF8jK7NG-.jGI'); /**#@-*/ /** * 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_'; /** * 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/documentation/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); define( 'WP_DEBUG_LOG', true ); /* Add any custom values between this line and the "stop editing" line. */ /* 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'; define('DISALLOW_FILE_EDIT', true);