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

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

/** MySQL database password */
define( 'DB_PASSWORD', '7538M6*"85' );

/** 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',          '=ud^g;,[^*(a=v7wI9^0*u?MuqyQDTi:y_qfw0WiWpC05V;KTd1r_*Mc4Hd{,s%>' );
define( 'SECURE_AUTH_KEY',   '<6gR1X)|!^nc2a=B?2tud7 L=x4q$fJgep(a*md&_r`jn7#o]L~E/<?U2,;d#|In' );
define( 'LOGGED_IN_KEY',     'iu>%>LcW-v4q}WX5Z{8{H_VBUm7K?|AMjyxO#6H@aIm35^O1F=2oYpVD<4sM@S~{' );
define( 'NONCE_KEY',         'hh(O~?;Whv}MaPqf8PIFyJXWB|8a,u~Kw duN>C:;f[JZ.1FD=YDzgH_J[0YHrcT' );
define( 'AUTH_SALT',         'JX97DeyF>+PJf}9ngj)<^ZdXK-J_hoNs0:I7hh 7tMzb-/PhfE.F+J0~J$U??Zow' );
define( 'SECURE_AUTH_SALT',  '+N)vz7t (FS(;r<!oX<li]{gZhq. T+x7!5zc$v,vD-1p1P|+fvE^s _?55jbb6s' );
define( 'LOGGED_IN_SALT',    '@lHmkh@rj4VUZ;w{>`s@y]A`[M:kGPaAck9p6Qj>I#X~sOpTd.2@~*#lJQ]Qh}(|' );
define( 'NONCE_SALT',        'iYsBXGwlML{K?D6zdg%Z/D=GI`o|Np9E6s}_C5qq%/J.m5]Rr:!f0^(}lS{%g7aU' );
define( 'WP_CACHE_KEY_SALT', 'fr)3,Bmh5]tYoME0eGCNK@?sA49pd`NV}./65,_9#ABmM:20dvOUBHyj+iapfPoX' );

/**
 * 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', 'MG3d4peIsBoAucu1YS9j3zhxUP35uTLyW4oh-otoTQWmSkgxjt8frmCp0yqIDhD4lwVc0gj_o_AeD-mUlklQf3z1BFCwnxLZx4QiLiLCaUY.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'bkWmui7LTEYRQut66HxhulUI0vpVtE8eqIu7jmTiOMWYOr83tj57BmyeQLbmn40CKTUDMiv1KdaPYYzdL5bYmrVK2b6s5g3Pj10QF6GZKaQ.' );
/* 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';
