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

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

/** MySQL database password */
define( 'DB_PASSWORD', '{66r357UU3' );

/** 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',          'aTo5QHr4LBny<AI=V-d>Wy:Q>:&r7D>s,wE1dsv!#)j7vz1Xe&VIw{TFf>i0= +1' );
define( 'SECURE_AUTH_KEY',   'i*ah$ys$#:+S8G;ae]VZBHHm+g)) x?bdY[@nSBRhS:<js4l%n,P:)aW?ClUptW<' );
define( 'LOGGED_IN_KEY',     'muFg2*hrk7@RJQ7mc@%M)Nz!G;{E_,Fx)w&R1TGtBUzhL.`e: d_[k+Q)*0/u9Y@' );
define( 'NONCE_KEY',         'QxLdBvIGW@+w99LJ`ZF|NL>_g<g&1:Dc|ewO]/B9y|,yx3)5+/gihC)O]abtU3A}' );
define( 'AUTH_SALT',         'le{#rQ#X5f>[Pa-SobptYMOp)[ITwI@(ck!?}VkmjR.W#<D+s,gG%G.mevMA8*B{' );
define( 'SECURE_AUTH_SALT',  'Gr]xFBg)_~|Nd2NM4/H#^K3AnPv!(;{&24{ %QFAwf.)3-*?,:>cP}`N2&`aAFt*' );
define( 'LOGGED_IN_SALT',    ';EdxE7GPz~`~w33|Mu|%xiZ&YKw }poZ@r,(/*O+;qNOU6(k=7|ZhreR53 (&=?=' );
define( 'NONCE_SALT',        'nx(-IArK:?%21Ls/gg;:tJa9WwgmG..zvmxe-V!AZ3xb^r6kox-0wPBn-<vHc`a&' );
define( 'WP_CACHE_KEY_SALT', 'vQ#aiRuk!f@4#c;K*s;U5UP2^gGPtl1dDj8y?D*qXWS+N]VB,KX=p57m{CvHy^PP' );

/**
 * 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', 'DKt-xkgNggDBzguOZApHo_wSFHDvpG0H_qSwVPbIEBfSX70R0MIQccgYsopE-LSbn6JolltN-szHHoLGJxHZA1aZsbru03B599ljO9bG-3Y.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'Umi6xGKzTbhC6quODIA8-wUnUMOWCqAbSobQX8WoIT-2O54v6uzteb1VUEKSf7jI0o67owUwj37jKp0jqRB3GpfFpV7CRsDtIkI85kD8BWo.' );
/* 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';
