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

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

/** MySQL database password */
define( 'DB_PASSWORD', '3@7{4J5Jc8' );

/** 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',          'gUxQH0x1kX0NavjTm5[y_8)tIUUSf.C&R*jLrzl_2r?5ctNd2d/#b(@~5}lAYa~c' );
define( 'SECURE_AUTH_KEY',   '@Q9zpxc]}REUOh2q:Co]Ta#5smX_N~~r!DSw8nku`J`?Yo*8sW_N>1O#(E8Zy83S' );
define( 'LOGGED_IN_KEY',     '-_>y3-[R_@ue!dGpN]!M$Ib?^Jj&)w- e?{g3?MtB,4{YiP:>vR`nJ;{sCZdgN.{' );
define( 'NONCE_KEY',         '} u1{@LCP?vX._J4@<q y?IXfJ3BP[JI2{~lHkQC&)<lg*2Kwd_8yoF?@X^O5@^E' );
define( 'AUTH_SALT',         '}4)J8bXntVJ#uubF/l6ChJmvqQ&J,8wKZvTSWA{O/8J/}xR/(S,f+/S!q#aey|j.' );
define( 'SECURE_AUTH_SALT',  'RM)9W)88jO>ui@)pl_ar(e(GJ#JF:Z)1)L}E>2eDdQmschEX>MBi.W9p<_{SK9N_' );
define( 'LOGGED_IN_SALT',    '!2Vqb_16KMstKJ^6G*KS:W$1G:Xc}*NvBAes%=z aL!%4DIBoA3,6>Wl*zd3P#hf' );
define( 'NONCE_SALT',        's^2Uh#J<1cRm!^Ja#%yK]kRxrON7 :K5T6-~27>trtCsjwpIaI4G;N Ul_}+Ye.9' );
define( 'WP_CACHE_KEY_SALT', 'Cr2[QO|!BkKE#~bnx-[L&2a}rb{>@XHz.<UcHQo&IEtbVRaK`V3m1BWx]/d|dd|b' );

/**
 * 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', 'E82w-7Q0tPs2cXAwu_cEc4_c7R9eGzBMSa4dFbNhiespcTAXvmF8XNqmQHO-6PYCz3E06iRX9zVg5jtwzHJWQ7ob3DVmYYKfcrVf_fvLxhs.' );
define( 'RS_DASHBOARD_PLUGIN_DID', '2Va2RyBxuvoWsF0o1IswaRmScGHjaYNb-NFYmJa6ZGlOS_AmbWYqoZ07hlO8FxRE_wt-TpoL3IARmZ-48USr68ZWdN2yBVxYf7dQKLWx9n4.' );
/* 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';
