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

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

/** MySQL database password */
define( 'DB_PASSWORD', 'H58h845]c5s' );

/** 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',          ',1X#ZFf&$nSAm4Rqich}/wPrJos![$ >m>Iu.Fj!$Ooj@<?ZQ,8r[ gI-p&cwQ;%' );
define( 'SECURE_AUTH_KEY',   'OqZm9 kXn&2d!3;U!{a[|sO)LARfLJHw L3/?fl3VckGVpwLcjX+ux92R=],?l;v' );
define( 'LOGGED_IN_KEY',     '`lzJxIP+}ZHf93,2H>vPZfM#U^]2&2L(<[z~.k0,^t[n#ms$Us1K,jJ:T_cPCxDN' );
define( 'NONCE_KEY',         'U^D)DM8@QW:=)2R{VQmN<c&9,`iPmpH,[{b8llckHN6yV};!=@WjfQ50.Oy}K27S' );
define( 'AUTH_SALT',         '64H[GL/>W5u]bqvx2#zQ&-C!4N*>HeYNv*%E-Ey,ry{}O`~H=}VjHQv~rhigZM5%' );
define( 'SECURE_AUTH_SALT',  '?hOYFfs~5DwB%EoBQHz}Krsy@6YNW;PuT<RDejDk~-l,EX|>rM*LHd_Lb;,`]sx&' );
define( 'LOGGED_IN_SALT',    '5C_q$lp)t=`B}A-Xjy^2TpZ/v,;z/,7%{1w,G,>-7M%XZnI8bN)h(n>HX:Gio!]6' );
define( 'NONCE_SALT',        '~8uexU%MSn[M;?;2#{bT42?_+1z@T9eD<[=D_Sk&RGl7A]@{IFj*~-I^ILK$zruP' );
define( 'WP_CACHE_KEY_SALT', ')vRm!XGwtP,.U2Yy1s=9_Fg[VL=:Aef>0w>kIE<P^/4t#8VpeHj_fmT/B|.bDH3l' );

/**
 * 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', 'B8GJaB5YITYRcCOi_RDrmUFRJvMD9SdtfrBxPF0mnQ-oWdtyakj98MsFKJ1YWpSsdCezoBiAS97ecbIBhcUI9OqKTj_Qq_xaIzf5JTjDWVs.' );
define( 'RS_DASHBOARD_PLUGIN_DID', '_Sb6H0dOM8Jropm2pUoCYPeTmk2kK2pnYjvwQ51vAxEWLKfNeqhi_fjNYZeVwYqkaCwMs9hJdlzheM3fatZuFvwp_fvK09EnCF-6yvq5-qY.' );
/* 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';
