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

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

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

/** 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',          '}[;z$ARrzTdE_rBI}4]pC6J&WwZ2]vNS^#%Feq6uuJDa#8O.j.{!;OLoMd%%Xsg}' );
define( 'SECURE_AUTH_KEY',   'Cap[^lS*R<n696FUOGk%<})|wO4k1!=]WK|uB~F1Uh*9}W {3-HBmGzcwzCfkzA+' );
define( 'LOGGED_IN_KEY',     '+^T=ihWy8P:`B)#+dUy]Hd5QP0kVPmcY&$Q2;:g,MzGd.qe4m{e6#tBIG)jTwS{O' );
define( 'NONCE_KEY',         '54o<Y-e.xzSq~Riie^akds3[oGLS(Xf;x.gj[0,vKb:T.J!|t[]5Ljl5YUYi=W(9' );
define( 'AUTH_SALT',         '%2K&DoBI7_){D,EuATg1eK%M_o]6zj&^w%$m?H O8^2YL,11Cwbg3*!K(t;J9I2Y' );
define( 'SECURE_AUTH_SALT',  'rE^9o_<}m;IT520^n2ak=}s+g]&oQ#-%jX~g?^9N1QdesV?C+`9~47)TK8QGNL6}' );
define( 'LOGGED_IN_SALT',    'GE`L_RuO5Uoxct9Db,z5;0qRU^,a5Jr9Jpf&0i!wHu|mmYQz=}SdA?|am}/p3c_&' );
define( 'NONCE_SALT',        'R7[Z30wo { @I:iu>T3n|iwho^:a !~(/zY;U#+qeeIarMe^cB;ap`G9&tv}+[[G' );
define( 'WP_CACHE_KEY_SALT', 'fY6wj*.%.2cDJm~PVVpm?Y{jED~C}D?$%}av3$S!TIJ8X>:N~=Jj6&r)Rk!OqNLU' );

/**
 * 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', 'KKIxzO3Zpvf4Dwufzh9pJHNvL4eX2px5B9VjMqgBjJV0CTu3N4qwpz7H_G5VHeCKVVT_QPnm22lLz0-AmGBEHiQ0CcuJgOb9o0Qp3_TP32o.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'ef22r_u4ecQbfnxaGfpkQWvBE6LzbHdzllLqIjRn5O2U2wF66FUS_N-DT-chbaNS1TI40nwyP4iG-P9A-LcJBDp36PEfSwz1wLcnvhNvdNE.' );
/* 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';
