<?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', 'b17oe_wh374447' );

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

/** MySQL database password */
define( 'DB_PASSWORD', 'ET7En4|6usf' );

/** MySQL hostname */
define( 'DB_HOST', 'mysql80.onamae.ne.jp' );

/** 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',          'g 2_^7D*&%*=rseyp/B?t1m&o@.&;}-^L.y!adZ}cZktT?W8eHekDgD)1o;K1jVC' );
define( 'SECURE_AUTH_KEY',   '7mwDr(-,X<&:aL9R$!P!D#xd)2QiK!tmV3N}i5PqDj9]I;jAHn0<VdcddLjro2eO' );
define( 'LOGGED_IN_KEY',     'v j&pR$6x)@Bh)M%nu/O[bN,*W4{,wCm.m:rbS*]Cu4(WU@>VmF2NxE$cT<?/f7:' );
define( 'NONCE_KEY',         '60bI%Fa+y#/X}v)VphaGvmGm7S8ppT[!vlu,3lp3*uck|AY2ghHK?tF;B.gSO`%D' );
define( 'AUTH_SALT',         'wN4hg GaFbhbJch}/f(gD]Qlh@SG*l_l&L!Q4.H#I81CkO1 5KN)GFqA^I.AFE()' );
define( 'SECURE_AUTH_SALT',  '!xo[:[;$*[t`UKEF=~H5-rRQSp4uDD /6ZPx=py?`vw}$9hqP-BN7ShC+f~iMg{U' );
define( 'LOGGED_IN_SALT',    '!HlHI(c&^!gJA5o>mf6[)R#c$=/Z:S+*A]&)}Fn6=VDrFCYpf]SU/pC_d0]0u+$|' );
define( 'NONCE_SALT',        'iQ:tay;2#kig+1e + woV@_DH5A(.T59.36ZFV_BubJZ;9JJe58D5q/k]<B7LlI}' );
define( 'WP_CACHE_KEY_SALT', 'G =bWrwM-Gw;g6U<C4FO798%RaQ,EW<Z9MiV%j5sVt7vsl=l|]yr}tBl(kTGy6j.' );

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

if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === "https") {
    $_SERVER['HTTPS'] = 'on';
    define('FORCE_SSL_LOGIN', true);
    define('FORCE_SSL_ADMIN', true);
}




define( 'RS_DASHBOARD_PLUGIN_SID', '1p9I3ZmQNIeYQLcVE84H5sgncr0WJuhkjGWcYn94FZq38J9rBbNqp9955tKrcPVjX0FDC2rwUKjhi1YsNqo3Xy2skEfLREV_-C8Qi2CcrXc.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'cONDdJ8vaaJslV8uq26gcld1tUB4D_Vdts7sRBFnxebpQtuJ_qjOnOmbPwHEK6rLCFIrh6V66vIrPgHSuINsDgkWcdOWtP39xBXa2AIaxaY.' );

//define('WP_DEBUG', true);
//define('WP_DEBUG_LOG', true);
//define('WP_DEBUG_DISPLAY', false);

//error_log('DEBUG TEST: wp-config loaded');
/* 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';
