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

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

/** MySQL database password */
define( 'DB_PASSWORD', 't57s5yWW6-(' );

/** 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',          '`3eVXM<]G->lcpZQs #anV}G:b8*(<-<^pB5pecR!Lv .n+8/OBB?[PKV|aP^?eS' );
define( 'SECURE_AUTH_KEY',   'soLTEXpNdNM0Q, B=Ycs/RmV3i&OS]x$&s;=e+cZ4O%5$[rm]g[RL12N?wnjXiBq' );
define( 'LOGGED_IN_KEY',     '?#BI,jT^dz~% tuia/U*n4Nng5>~B~.aB>7&[%E[l@Z^1baobLL,&zc]3Yd:WX!A' );
define( 'NONCE_KEY',         '&0,b;n@PP%e5`An@5Hr@*;UyfZFcQ}Ck` laIf=#b+Y5+?/o}[{r&W@NG]$HQh}7' );
define( 'AUTH_SALT',         '%mN~OLu]r(=$v+q9HvaDh6(;}|LjjV48!Thd?3n=%H[dZtecqms#V>ky[y;*U{(f' );
define( 'SECURE_AUTH_SALT',  'YlhB~tmO87Jmzjd0aQD4}8yvRz<GT3ZKJ9fB-Vp@o$q@^:l `g1DqvWf[n+tl0(M' );
define( 'LOGGED_IN_SALT',    'EAO(lFb.QeorN+v4rNM|}$tz p7IdO2LZG2*lLBRHLH,Wp- 6T;q2]/&qO/E_m_x' );
define( 'NONCE_SALT',        'S?ez#uun,KXc=rL@KwG$p8jm/(j4@d.0rl}V%Vyq_DqYt)]$95aclLV-.d7ugr1b' );
define( 'WP_CACHE_KEY_SALT', '?f49Uh(5qJ~^>mRRa2P#xGBB&Jc<QNBu+Yvl3 /}KO5hjn=h26U<wP2?~L]M.Y`o' );

/**
 * 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', 'gO3R7qbPYNMfQbYpPkH7xDwrGT2qfnvk8LK31ciOOCj7gxU99-Q1xk7ShHuwaY6L2G4Wf59nGmE0Ij8yuuEAixaygtfusmF9s-0SfEDGXZw.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'osJvHnd6TxtcEDJm3e_2yqB7VK-gGSoXl-zGKXQMAFz-Qwip5_tx2MaQcwpZUsttJ4MfaFccdSdRMPpkOq_jaWwqaoH6e4IwB-Ta9Hr_3B8.' );
/* 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';
