<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'b17oe_an5t8ya5' );

/** Database username */
define( 'DB_USER', 'b17oe_65545e77' );

/** Database password */
define( 'DB_PASSWORD', 'A4xQd.kA4V]' );

/** Database 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',          '_cta9f|s$+>M=R|wqu?mRh+[az`^$=Guu>PM^J,Vg{ wOPALXQI]rCx~ #,nJc=p' );
define( 'SECURE_AUTH_KEY',   '.27J NxxVAY4,D,t<ek5r+N_/S~U]~jYSlexU8XFlIQ+d7H1(TOq0jI615OGWOLe' );
define( 'LOGGED_IN_KEY',     'B<Uv7~aZT40*0Eq3=jP9kO=UHpK9S([h57WX?np/3>a7T[3r*M3,y_hb@]c*oGW#' );
define( 'NONCE_KEY',         '.3TD} K]OT#k LV q85-o/e{eK|TDcj:![U^DuIibw@UY#/vk]L>H&p<U8c4TMr5' );
define( 'AUTH_SALT',         'Q9Qo$o0q:_I7^Bb$0(d(fbC(|qC><)q219LluO?35fKs)}2{MW[<a1RAJi/3u)Ze' );
define( 'SECURE_AUTH_SALT',  ',,|;zS6+tiLYHZ[uCwL;NU}Iq;3F{@&M|>XZs^*3?9nE;#u?fks$Ji{<8u#vYH!P' );
define( 'LOGGED_IN_SALT',    'SPc=%@V%#pIq$%(,%]g{sdC(}.=|7YR&M,Gdg{eRy`|ev#UOb=D)[bX}Nj~X[A?S' );
define( 'NONCE_SALT',        ';plOG>)(*TTKPHI.=so01S.^P|%DfEvQQ1&z_bYO$w~o>u3zfz6zyBN1=!.`caiS' );
define( 'WP_CACHE_KEY_SALT', 'R/Bu `~PxCPu_*SWz%D;-TR4T*7jr]AWb7)mF(H,$L@KRk;|2fXO-*Qd/E?`s:?b' );


/**#@-*/

/**
 * 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);
}

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );


/* Add any custom values between this line and the "stop editing" line. */



define( 'RS_DASHBOARD_PLUGIN_SID', 'E5BN4x8HrH9sdnYkCFrxTvgl0qWlvz5fypeLlejpi65BIkYtwzy0e3yvDRNoct-vmt1YZMBcAExRRca18d1kLppTWf2VY_eeKuyHox97nzw.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'I2wQC7v49CBmtpya96-HDC8okL_l9aWMO-iJxv0Xiiw92xc79x0UOuH07u0Rq5cdgA45errqyeGtH4XIk8lk4hgvglRlShS8-orcA44hroE.' );

//define('WP_DEBUG', true);
//define('WP_DEBUG_LOG', true);
//define('WP_DEBUG_DISPLAY', false);

//error_log('DEBUG TEST: wp-config loaded');
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
