<?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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '' );

/** MySQL database username */
define( 'DB_USER', '' );

/** MySQL database password */
define( 'DB_PASSWORD', '' );

/** MySQL hostname */
define( 'DB_HOST', '' );

/** 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', 'vvW&FnCwJ-78az_2%*4&SsWa746!QZSq9v-8j7N1(TSl~L~cUw5l8~;&t%N50o|@');
define('SECURE_AUTH_KEY', '0k!wdq4c6OT*&3]!33P(57(Wg9k!@kp8Ie&/GHFm-h66Z;uXI!qb71Pui8([4*C;');
define('LOGGED_IN_KEY', '*N6GB4N%_ONP@l%mzY_N:-K1@8:RboX_T+a9CNJ;fVHFFGL7%1V16TS&!)2hhad1');
define('NONCE_KEY', '7IFh|Y@*#a1k#:[)I1u2R7oC6r:5XqB]e8ub9wgTW!M!3596cn7p6[nlyC;tr[Ml');
define('AUTH_SALT', 'bbsexf50h()G1H)A~1qzPF~*7@B+~/7)X1~uCY-+bq8d_-3_MxbJo79LIUIu&i!w');
define('SECURE_AUTH_SALT', '@%|((fX-69o/rp*02vV9c_bde1(1~@!6El@D%Pu94MW@R@iT:3_-]0@r+eaIY9nU');
define('LOGGED_IN_SALT', '-0wGil/N:F27pVcKJf#k7:aB9wvL89K@27&um-N45w_V%@!0t(XenoR:~RS7LY6;');
define('NONCE_SALT', 's:kJ-op2%9K1nl_7Al5B|4xz[!1Q_nYowW_bl)~93WC125/[g43/#96mm67~ERc&');

/**
 * 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 = 'rmP1V_';


define('WP_ALLOW_MULTISITE', true);
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', dirname( __FILE__ ) . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
