?>
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', "razohorizon_wp100" );
/** Database username */
define( 'DB_USER', "razohorizon_wp100" );
/** Database password */
define( 'DB_PASSWORD', "lmNcZfCoBZNh" );
/** Database hostname */
define( 'DB_HOST', "localhost" );
/** 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', 'mipt3jvhmqcqu0npqipcaeiid5mgwkmu6zbikfuskpipcmcleubuktgcig38t6ui' );
define( 'SECURE_AUTH_KEY', '4pcsnv5lr1qam0iymhkwa2phcj08oriryekprvysvcmnod6z9ufo61foyqhsk2zx' );
define( 'LOGGED_IN_KEY', 'hnpwljid7tciegaoyxz9x8uh6lnfdii2xadkbcolkzfkdg3orld4tz1nym8a3qbd' );
define( 'NONCE_KEY', 'cuiadhetliywxntn7golll9w6axkrz03yxz6suutpxpgwdzctrkducc5tfdysps9' );
define( 'AUTH_SALT', 'jxqvcxvouw2emgxzfd0t1dk9l7qgyn52bobkr3mitijmkztnvp3fggejecdhn9rr' );
define( 'SECURE_AUTH_SALT', 'm5om0slgpbu0e1jtmn3kvi3gcx61ddwfy8nduliwv2zfmuuu8ozlkfaddeacwe9q' );
define( 'LOGGED_IN_SALT', 'xhmsal7ughjg1f5huwoh4uwjod4lbku8z85xhgt4yhszhqlg4bmohiagylndbujp' );
define( 'NONCE_SALT', 'yc5zhhbdqhglo4mrpsbknsgosp1fptuiy2nikkv0kbaairewb3gqrmuo1twu6748' );
/**#@-*/
/**
* 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 = 'wpt0_';
/**
* 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 );
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_SITEURL', 'https://republicannecessities.com/' );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname(__FILE__) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
?>