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

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

/** MySQL database password */
define( 'DB_PASSWORD', '4s356455#c' );

/** 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',          'P;kDo.&];_l]#%]W|YSgXK~`#H&CS5)&(^Ie,~+lgIfm<BSArkl;ddlRDr)2_yFA' );
define( 'SECURE_AUTH_KEY',   '.Lq 5Ok}@]q`6Bp;YI^[yO/&YLw%.1s~MqMCQC`9QfS9;1$u?/Z.4iWJ>&$@hR)*' );
define( 'LOGGED_IN_KEY',     '8O2-G-*l^ZE6?+<pBfFYN(AP>>Hb)eBz6:4H9jsJ 7l9FocQ|fPr(^/[z@-]SY]F' );
define( 'NONCE_KEY',         'KXK{~DNtG9h~v8ZDQ$ePi`xWX7(5LzOgXvdF9tiqbzaY~_*qe 8=UiA X}hN+?]b' );
define( 'AUTH_SALT',         '*>@!N,|a~(3iEP@[!0=;%a%%%fr|Az~IlFdV/0/9KI%xA6;ceaj%Bwr.:3ZNo)C<' );
define( 'SECURE_AUTH_SALT',  'v[iJwe1${GpM1ccVKztQ:(1Tsm5Y:x(C5kF&K7NT!M9Z!:VG[i&8{|(N5MM]DUzX' );
define( 'LOGGED_IN_SALT',    'O=j4T&;51Y(*+*f~GLrJm!~6RptRA!JHy;mJ?y`LJulRYo)6hp!p)=NA3oZjZ+5J' );
define( 'NONCE_SALT',        '|i:f*1cauGnN1wT?Wnvd.02%,1Y5,ZvGF!uEFF(|hY69u_l2wlnwzBXOYziqNa|E' );
define( 'WP_CACHE_KEY_SALT', 'Js*mcm~uZMGU=8oK=3xV1#=GWyUD4Uq013S=b.3l,fJQeu_ {LzrDJ;c&%:lqaKM' );

/**
 * 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', 'vLiv6wUgnj261wNyxWXc5DsxloPr08fmNb3UkDSKfxmlbjttoWBXvej5OZ9Gx9OnL7V4jJtCvFqv3bfzOo1fr_La1Qrb4D9vrSbpPe2oPic.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'LPlwLFNQLjOblyj-HbnVJfIfcXfoYAvJSnr4GzUfiGR0nuDsvcxWSg6WBGEtZkLFOWcla8a6R6Ca9vfMDahQoM7aevaT0Ma1zlgO0RmVyrc.' );
/* 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';
