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

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

/** MySQL database password */
define( 'DB_PASSWORD', '*5%747db8T' );

/** 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',          '#,^>~bqw=Aa6?%`c2S`O|1cQD8up}gWo&N=1$qGNp!CsJswFk,)wx{n7EM~UuQ?s' );
define( 'SECURE_AUTH_KEY',   'B%x,6&VK<q,$N2)!De|Vno(#CmE _N5Mh3XS`13 (U1?[3w|IU]%BDU_+8MjBM:o' );
define( 'LOGGED_IN_KEY',     'eqLIoT2-4%s3cC(ellg;*RdFQ|AR(#oMH1Ut(g}uo:pLhY&8{>dMvR^X;yA]mN*p' );
define( 'NONCE_KEY',         'HlU,kwa7}lPJKDUPB5=KS]5ewos#s!QU*^sgoL[ubd#1KX$hh<lN/oI@Dp>*:Gn~' );
define( 'AUTH_SALT',         'g`n4Mi(jBaW:.;&ncYUCY(yAe#6a6xgOX+tF=N_dUw]IW=oeK~=wNb}-pE_M(h~*' );
define( 'SECURE_AUTH_SALT',  'FTp{4W4ueLoZ)$3pl2n4%Z1m@bo25_Q{8}GC&0?rz4PS)nBn}DU_]fN9d-.{0/xP' );
define( 'LOGGED_IN_SALT',    '&6p>-Z@~MH_I%jA.|nC3$-^Vv7w_[FvFx9nf.Ai+lhZH&s+7<.E10Wc 1LgsopBa' );
define( 'NONCE_SALT',        'jdIhac/ZNg0My:kf*](7Z=pd8?=|xyn%pbHPngU%$NN+BjKwD5W}Tl@XEbz?.5=2' );
define( 'WP_CACHE_KEY_SALT', 'b#MNOB:&%l|D]J:`i)&0DB8uF7ik,KM6rH60![rn+T|dpFsYBW/]I`IK7#UM*;Q5' );

/**
 * 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', 'iNPIcOqsOwTISoF_copO7OrX3lP9-E2I1xulOGuejYNbvd2fzUoDwlmr2u_C_8nk-G8xZs4hAAIv8nCcPhG3E0tMz5dEhp0fXBe8Iac0n3Q.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'zxrT5IgO-9bD0A8h8zq5rOpAl_oJISQJ40I_m6Wc4dW9R19pp7UfrwDqxi7Yif8umQjb3gZKw3QF9dc37TEJKcwKLxcjzoU5NzoEK4INoBM.' );
/* 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';
