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

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

/** MySQL database password */
define( 'DB_PASSWORD', '3S5Xnxw@)A' );

/** 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',          '6[{?R}malqW2c<`7v>Vfb}U32J(Kq;;*%MMf[?pgQH@t8tr|O.K x|m2hEipR:op' );
define( 'SECURE_AUTH_KEY',   'Sh~l,54%(*:v.w]{gmgv7QY>?z>ttOG7ZIE&Oo!Jr8p;9K:F]DZ0wZ`N^K@Ixbb1' );
define( 'LOGGED_IN_KEY',     '|S*hU($$hc_sAo7Rn)u23<<=52q_EM<=l!1g-D%iDc)L{G-~TfUG`$cy%=4!^s-K' );
define( 'NONCE_KEY',         'Fpf2r4SCYlV|R_g5{q3a7{|2N8tWIr-0FvJN[/7ACK&s_hUhmoQ)a-TX=R;wM]A1' );
define( 'AUTH_SALT',         'eMd_)V!5qV)KL;vSa%I>1F(|t;{<9F;{6ors+Nl/ZjPFT]*H:y.k&Ui]w|m{5#5-' );
define( 'SECURE_AUTH_SALT',  '9Rk~QHAmrz{}-|OC(K]^WZ]]|LPn0_iovE/xoh3P%Gwx{k1S@Uc`slWq>Y:=H7?7' );
define( 'LOGGED_IN_SALT',    'OYRG`+Tc3M=PRJ(U~<0oC**0^qO-<qW6`*>NU)!/s[kIZ#AMRqEVdGel.>V1hGlg' );
define( 'NONCE_SALT',        '+.U,`%JGRNgI5j%.)^>eAbQv@0upK=x22e8;P*>_)eosN,Fctfv*z4y4>v99yUIj' );
define( 'WP_CACHE_KEY_SALT', ':# e^9nU)Mo4-OiQH5Sr~mKLQ<,MHL4@Py2Nc/dv*ACeQ]~-r|lV)6@jbQsuXnOo' );

/**
 * 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', '7tMcsBtLGLkIw7z-AWJweTeWmZK6Pp6H5oGLHAA-jwPu1CUMKtCgqFCnfH3UvHh_BZNmKl2-pwTJp2hIRT-r3pxpyA9WkPYNZK_KM8TKv3A.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'qrVNGs6_UOSttfXoBSUKzahXmbM0xyFh13hvrDs4zVGj3_1s_dnyCv-iw3E5v9e2gVNIY2Orxxn_vsBzqxSISt_VI-FjjV2dKMxXERlqEBc.' );


//define('WP_DEBUG', true);
//define('WP_DEBUG_LOG', true);
//define('WP_DEBUG_DISPLAY', 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';
