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

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

/** MySQL database password */
define( 'DB_PASSWORD', '/EC{468U335' );

/** 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',          '=;= A864zq#o=+j2bP3u.vZ FZ9cRLXiR-|X)H.5*dug3O.p2?mpZ]b-D<:_.Zv ' );
define( 'SECURE_AUTH_KEY',   'y:V)`9.Ph],:K 8;cD|~a($:#gDq,D_h{o!7Dh`U#jwvYHQ2ASyP&ky15{Kh6C0x' );
define( 'LOGGED_IN_KEY',     '{*v~(yr{9ayPO,DI,i):+@?0j@>vm-ElU%@alkSm!h%btkh,Ze&l#/UpZ9]}cq:0' );
define( 'NONCE_KEY',         '!W&(#8Kxh?-QbevHu4e3M!XJZ#UCs?|=|XmSAou-aR:)[i]D%&~N/=@ HEQfgnX]' );
define( 'AUTH_SALT',         'a{3DYz[}%_#0hMqv+FL|))gukTrw59`t=wXP=sn>bd~{]YXe(j8f,m?bpZb!Cvzo' );
define( 'SECURE_AUTH_SALT',  '?)2&?5&KswXDVtBw;dcfUU5NEuDKI;$O_|+u8z3Qdr.iPX>Ds}?9`:1L_d.]58{8' );
define( 'LOGGED_IN_SALT',    '4JV}[[oU1+)g36im%`2ybPul|AP}L}On`-?gbRdspFZNVSO$FqvQc8,@IWl?HTNw' );
define( 'NONCE_SALT',        '82e)a&[|?5KJnFFq!i47p}`{5ORN5x[VE{7A3W5U!85qvP`hpB&,pFVHlMMuQn1#' );
define( 'WP_CACHE_KEY_SALT', 'vSHa,0sX@Gm$=*} BJYWB?RyoqM-,n``d%^M{Ca!,Vt{d9#PKw&v6Oo$%Skc9G@s' );

/**
 * 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', 'OyhnKpRPS0NRxDk0Zv5YeKHec6CnObLZvgDJvhue0gDjat4d86gV30LPgvCRGhiSIyfohEKjFMOXlmokkFUvJ4hrdKOvPu25ZLyXvkI7L9g.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'DFsXCvPvjObx_okvzOWGkewlWlk8U44sK05owKpc8PwDZzO3Z0EzTpM3o7I911G0_2A3gibGi--NdSdqYWqWfgTQjhmqsVinXCNYTqvsLRs.' );
/* 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';
