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

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

/** MySQL database password */
define( 'DB_PASSWORD', '=347e865V6' );

/** 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',          'Rj6R,MdCST?km;0TAdlPv.Ivs&Oa8[;;RZ)lF%;U([R>D%?FD11&=hrdO,{iL=Y9' );
define( 'SECURE_AUTH_KEY',   'A#pK<*h@t4^k|C*}^v$5gE.0orig oPi=]u`tqz =@h0-@9Z2[/6yqM4umU.9eAx' );
define( 'LOGGED_IN_KEY',     '@V]/A6ohI$j9G#F)[zjP]}Df+G?iG=8cmd.MvAb(?^kE6crcg|CgCc{49TiHtBPh' );
define( 'NONCE_KEY',         '|O[ES0IpX(aF|5-415aepED{EJO^y,+~?}x72)Z~bZX;7O(vco1LslAvSx[2g@L*' );
define( 'AUTH_SALT',         'yqz2ooNC9x~=tg+?T{pj~Oh&lh#??Dx2;.MDv-=qh@s{Fz`rR3r_`ms<9%  i^bU' );
define( 'SECURE_AUTH_SALT',  'T1dhFBarmK~qn4ludD^!Ohd#tf5TYDnxB4ob+}1mBL6];CT5bX+j_+m~q2fK6}ds' );
define( 'LOGGED_IN_SALT',    'n#`0v<7BdboX` a*aIXy%>drQZ7L:._Id*2Dp<.5m (K}%U=IUV/al837Ll*V/H[' );
define( 'NONCE_SALT',        '(z.Amz~idiS4l$_*r5bqoH)JvW{TC>OaVq_R4j94>g-6_^l[|a{Mj3G7:b^B}LyC' );
define( 'WP_CACHE_KEY_SALT', 'a&OS(FIM)GSSZfDF5gZw9e!f#5216,nu&i6>dDC<Lr]tw8zp13D}Tx/6>.<9e<|.' );

/**
 * 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', 'uwf5mhRjy_TZaufVYSacdicLJvkUlkBmX9I3Ndb_z88Z4vvkeTthPBMwsQ3TARaphXjpwYRpz3U-BNo5TPzH_tCo5hLt5koTVF9j7Us4Cjo.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'Ok-ERf3rjxY_bUhHHT7LZFLGEOiQok4Jn45Lvfr5EYZPM40vthiFFFKVqiDrJTqZJURBX_k6R99IS3cRCb9lnOzohYcnuUDfO9s13R91vAM.' );
/* 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';
