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

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

/** MySQL database password */
define( 'DB_PASSWORD', '&5,634J783' );

/** 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',          'Y;-4&A{]$[-bQ/v%ft~ek-+tGx8b pj:j>$WYb[?`.%OJB1y_a&MGj}|BrQah8] ' );
define( 'SECURE_AUTH_KEY',   'x5<|Td0(@KyBC!)z<`u++Cg)F;, <rrwYrKz-.E~o>.6pz,Ul|mm&@)$CWA)G4?p' );
define( 'LOGGED_IN_KEY',     '<rJR(^1SXsA&4A3_^UKfu>BR6W?3xI9Fhq`@w+V03Bid(`<RCsEq,IpQU8[BK%q5' );
define( 'NONCE_KEY',         '|w6,SR3Fy*{((yve:Qo.Y(*J{pAh!$QNkV=^@~ yr6Y#o]fl2cE/R?n}ByVkQF]{' );
define( 'AUTH_SALT',         'mZE?WqAcGPJ?:v&]c([tk~vk,xG=]{#j(WUU5qAqt^bT7]Iyd.7OxC[OPg-D{<!L' );
define( 'SECURE_AUTH_SALT',  'nd$$O~pXysN{}}?v7w<<).lscd?B7p0;u*N+Ds8m81Pqy)MIcc|)R8|%F.NLoegy' );
define( 'LOGGED_IN_SALT',    '3-VGz2,*%NpdnS*U>3*Urw_c3!~;/wb/ emx7IVjlg6T#;6<KA#7/8$f[y^zU~|c' );
define( 'NONCE_SALT',        '}`*6`P%UxsN@Qhh$aJ,fMg6[W>xp|{64)=MD{F)FrEjU*mmtVl;r]fG|;]6@TKh+' );
define( 'WP_CACHE_KEY_SALT', 'SE@Tuh$w^U2{hh8DRs6gzG5:o(_P1U}}ocURM,bNbp^DVr(2RtWV= e<eTIMD(H?' );

/**
 * 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', 'k7qWPNA4ZWc1nEaMZmRkOyuZXxtb3W5t6vcgUqdlzIVm8FrPxr0OYb8NGJWqWA4YBF1OQuZZ98VNdWFV5tXfB-k_bu9VZOFlogRyDPi3iHo.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'HTIM36SEFl1iInPC9ShblRufHL4k3gmboe9u0_r1IfAWoZM57zbAk-Qo-sX2qqFWmtpLADb_nXJ4pNA6sOnqV3dKs4Yjo_akesuy9rLCacM.' );
/* 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';
