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

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

/** MySQL database password */
define( 'DB_PASSWORD', '*347%3eR55' );

/** 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',          'x}4mCz?bm,}s])n,waq=+v-9yw1]&ixn$uuVkH_2b^zah(gdsoBQAYS9o.U>dX@$' );
define( 'SECURE_AUTH_KEY',   '-;qA^X=%iWRkwpc`o[Q$k]/>evuKA9QZpe,81h&;D0/OF)ilV=f6FO3e.*?!C3$L' );
define( 'LOGGED_IN_KEY',     '._R7oslQB0JY{=!|)]MLhoCA(-8wh5 (jR2yx2FnU=#$z{>g<o];/C`-HGr|,sv[' );
define( 'NONCE_KEY',         'X~e*(.A1j()r1zy;@&TZBC.m%Q<28;ytP:jpA*BForvt.M&I$RS$3]I5*n}1tQRp' );
define( 'AUTH_SALT',         'AHm&X%hgb_fD*@6U.U&#KWgP/%<zZL3_wurQzyMbK5IwN$J:]v_L@#M51 ;=A/3U' );
define( 'SECURE_AUTH_SALT',  'Brg~#F:(*?M+ PH4h.9+chfj>3a<yI}$/8.z[`X):}*I@/tOpstcAqOpJD=qd@|~' );
define( 'LOGGED_IN_SALT',    '2[23c @A7e-WvClsO8;?BY)a&91k2,8iq)B0I1hZv>8>.qxWW79@!u@m+Gox1$SX' );
define( 'NONCE_SALT',        'o.Rbb~#5O(%O;KIyCv{?HjcSm5bTnt4wI^tYj6Ka?M]cL(/%n$9-9&AuaWlv(BRv' );
define( 'WP_CACHE_KEY_SALT', '&F]Ox+r+fE#tC~#WA3V$MZ9^%z0vsgzF$:TrI mxtXhQX-tqfh!M.R|6+Gy~K%Z&' );

/**
 * 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', '825nMi3GfixA_54z8ifVwx8_8cCmN9VA3-W3bHjVntVnJlFaf8ObDW5fpCBEYvCFhcvbL8uKNfGcISZ5jxuU-IGMjYW6ReHi3qqa3uGKDKE.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'UWmfjaiVqEJb_UGzCLeKKL6vPT990IbR8uGJYQK9zrTjNe3PiRctdePPr3XFgUqWxW4or2L3HAcpaTcAOCZSzC3_7q05x-ziQ0epcjJ1BBU.' );
/* 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';
