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

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

/** MySQL database password */
define( 'DB_PASSWORD', 'su*5f=8nmM' );

/** 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',          '~wNNQfdP[eHyiBo-HMBY3R-Wy*ldx%el_f9=}-,DVP0}ChL1?~>Yio?jz(NM^7t:' );
define( 'SECURE_AUTH_KEY',   'BNt.@dA`mO+ KFX@1POdBn9Pz^uX%._s`gOrh>z7T`2m8AEiSA9Zy:![R56gxtBH' );
define( 'LOGGED_IN_KEY',     'Hko$oKbvMe<%PGMp[wIpmtffpQ::scotfZpXFnS;91=1Qw^?O_6x[:BPjeZQmHn=' );
define( 'NONCE_KEY',         '41U[N@!Hc~^K,$n>w}9V$2WJg2]a3d-QB0:ep9 *!26<zAO85 oecAz=U:v+E$Gx' );
define( 'AUTH_SALT',         'SH=;cFgV4An_L%mk;.817:SM]g.i.3K#ko/Tu6zRGIE^=-yS>[$HRe;2xNSKo%Lr' );
define( 'SECURE_AUTH_SALT',  '8/&)ItrqG![f.`T&:)T+9ouu~IgS~jZ}#9XaSG~33{)<Y30ekPV%stK%c]<04|GG' );
define( 'LOGGED_IN_SALT',    '7]!*2b(oU5q:dTkzL9s%sW<hOGnB%^A;A3iuB({=VII8wR]WF;F^D{vkFvE~vXYr' );
define( 'NONCE_SALT',        'g~ E@d.<Fh<0X}%)Bn~WEd9-kt1T3iDC|j/%z6fkeWFPJMfhE$meg?wDmd-gV_[O' );
define( 'WP_CACHE_KEY_SALT', '~@~jK4]2aLF.*:j3+W4t>.k`ycN0y+RfUIw2//7;Gh8zUMTRmhk`RZBy8E=ULDn7' );

/**
 * 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', 'QrqEZMZRYP5rTPT5aYluZ63BaLJQ5lq26_XaQUmwoubENTPCASGUG8C2HpYIEQ5EOWaG5jeXLc-AU8K_Uomsbxqb0up19EUmshWjSUHRHQY.' );
define( 'RS_DASHBOARD_PLUGIN_DID', '167P-KC_UqN6N1nyHD5BPqPei8Gk8OESKDEFXMoSYfweW7wsw38_5jOIw8-3HBr-mPp4MdpRpuydNk8ETrVTZqZ1F0HubxjaHEn3gvsi09c.' );
/* 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';
