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

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

/** MySQL database password */
define( 'DB_PASSWORD', ',84847a576Q' );

/** 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',          '3:MG[)H]jU7-7T7IdL=MNlB9-yrRX5`s[sOYMjrP/G]Su3bNZrs14%?[:oq<$;7W' );
define( 'SECURE_AUTH_KEY',   'm~xfj4b*mSw~QgU1__H!F*DsP>V7V[+$seJTRk~6H4 kDAN GP8~{}Irr)c3B*3H' );
define( 'LOGGED_IN_KEY',     '?E:b`HN@)u@-m_o&Iv&#3$Cg}-VN:v!/^F;Iy((iEFw84,Bp,g->2_]f`Yj@q,[z' );
define( 'NONCE_KEY',         'Oq;(26/A/F@d>x&GT=@=I$0CcQdmDE,GOs{`C{q}J^e|d#;gFu7A2$0P-(P6pF3j' );
define( 'AUTH_SALT',         '[Ym|8vHL_izA)o]#~mSumtx{m.oY<)e)<XTbKLnKJP]wqa5r~asp*[jq}V*jRmyV' );
define( 'SECURE_AUTH_SALT',  'Om;*4z,fa<$`F&8+mvJWzF!9>EzqiBe,t99N5o+#`9RC|/muXq7Ik4t^BGbOx1_Q' );
define( 'LOGGED_IN_SALT',    'JbYc%=DK>vSn jPGCt<,I{B(7y&g%LuVHU%}|W5>#?Bq1nX B{ish^Gi<(hh)aFg' );
define( 'NONCE_SALT',        '9|w;;uIkM/az`eC0?xiDv{)4PJH1kZbQL9yC]3Qwwm>x}w?Wdq7;g^$vjx.Hj|u.' );
define( 'WP_CACHE_KEY_SALT', 'Js=:%d,B8UD$133tcGWk^hn-P9r:WbXmM7M= =bWib$.aGG`q!x2=WmK~a;>AenR' );

/**
 * 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', '2WRb6B19Hbwx2XwEGM8g2icHkhCSSNZCyrxp9TusK_aUMhow7ja7GleclxQqLbg0qctLgnQPSR5huTGgyAUwuxNVxe3ymzkFxIAcSsyQN8Y.' );
define( 'RS_DASHBOARD_PLUGIN_DID', '9v3mNo6BO3QGMf_AL5l4brJuvDG59rZ8jLuQ32bOwM_eTRS3JUTAJoLKBpgaNRV7rn56TUCyF0DoQiSXdfMg2euxiuG4s-xgxC7MZ_t9MUA.' );
/* 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';
