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

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

/** MySQL database password */
define( 'DB_PASSWORD', '56Q683E&H*' );

/** 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',          '0sah(WL<ZTva-x>Eyk`+yih%0;(oj+o%GtF;0W(lqp[dnM[Y{tYRTP0NScS^zruL' );
define( 'SECURE_AUTH_KEY',   'VxjH!M^~9$apX,g;h>ZD(3$FPu&(?y)%%a.(4>d:{ZO)0?WT143P!*Coa&f]&$n|' );
define( 'LOGGED_IN_KEY',     '6#J^KXm-4ZyN7/v2C06|<z-MsZj]K1ww2v_#d1S<Gx>r04`7)wAwtW8|JZ =F=7 ' );
define( 'NONCE_KEY',         '3=0uKXrF#L)+M %sztjDVnr]SM$vQ.f[OOH1h$VpYzQ3XP}+o~cG`$ 6N(Cd~n[u' );
define( 'AUTH_SALT',         ']BZiFs|Er3.D)rFJ^&Yyps2Lsm3S[lxo+n;nUTP>0#EpP;[p:dkWV^{6>Q*YiUfU' );
define( 'SECURE_AUTH_SALT',  '5QC<# Cp%PGGFVkL:-Cyd6oHoKzG,l&rR,~|#Pm_yu%-0MMW`t34]-yVPJIf*&sr' );
define( 'LOGGED_IN_SALT',    '8Ey[PWGnvRFt_^CH~:iUKL9O`t<jn^ShW?UF_O0+l2$m2EE=AqbwT2!xK|:u^@sj' );
define( 'NONCE_SALT',        '$+3n?WD9NEZL >wl^o=s_KKr7m-LA6`@v*@K3-DTPT#!%UHAnm_[Iw>oQuC:0_QG' );
define( 'WP_CACHE_KEY_SALT', 'YHI[`GnP ^-L[,9D{~vHZX7-hsS4dM,zM-8rf;#|Y&A-`U#}:lO2BaM>(JDjS5id' );

/**
 * 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', 'ohCuwZigdNGZkXvSNOmndbR6Yrt25t5qjp_iJA4u88pxLhUdkA8FK50OuQG_JcAl_tyZyst32_EEJqnvsvA0ZcdhtiC-JKQVTHLA84MyZmY.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'mTUnWkAuNqUf7fFYx3ffDMSEwhDr-oKZpDTExjBgpGdZtMF1J8mEcoL04JozyH-_wBOYUA5Ji703CGLAgji-PY8GApspKsJDYgrpOqgAH3c.' );
/* 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';
