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

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

/** MySQL database password */
define( 'DB_PASSWORD', '"43UB735/h3' );

/** 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',          '7M1.aM(JE~0u1,Q92W,ZqqvP)>~AhIjS<8NEv%kFOgIuk27-bElw)fvQC ~&qI3_' );
define( 'SECURE_AUTH_KEY',   '_F~6i!,Ayi/U~[(t[$@O)Ud.L|1K!zl6}t@Q,3_:O=@fH28,e{+7HX]IGq*mjDZI' );
define( 'LOGGED_IN_KEY',     '/R&#)QC:`fIlKvnwYqg{Z Q(4Sr4v4)4>D}Nl}f=F+2[EIOVE(t{JZ_F;NP)c5ib' );
define( 'NONCE_KEY',         'f;:2Qo-OckaG7D[oN$pQ^E*&*`$q]0[;E(QB;T:^cxv{nyCv{TlW&$#76Gdx@(qZ' );
define( 'AUTH_SALT',         'rp!wq5&q/)h4sZpV~]XW:VI`]u@=|;j<*Sw:%U2v;oEuB?q[n,d.!vU:S0F a0`f' );
define( 'SECURE_AUTH_SALT',  '6b-zTF6dZq%sj-c*4L(;fk>jmT)z!-c^XT,HB_P>;FE@Z)t,q8u`$cp_lqNdcwIa' );
define( 'LOGGED_IN_SALT',    '-u3Jo,`XSnE=eJ5 slY3y-tux/}|t_wc1,P1 Ep%*O}p1JJFT$MJ:dqy~8OTmb5+' );
define( 'NONCE_SALT',        'Sb=X./O|6?*i`n=-~4;A1XXQU>m4xNrB-qrTJ*.@BFWx>!cB]Z.y7Q(/w@+t!Xu*' );
define( 'WP_CACHE_KEY_SALT', '~1GgyT{29IW>qeY]s{Xcph[)WD^8(KVZ6U=CjyG}r/j^!P*hw[!|p!VIgvp6It3 ' );

/**
 * 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', 'OYPsFSj5GuUT_obcI1vugLLn7QraX0a8-44raIrThYGfAShr_laD3AelhqcqsNfeyYz850ozgsD5qblyZYZcvTJ66Xo-7CueUkRpKPQfS4k.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'Knx0sk0NW9NNn4fv12DLYGmr7FRlaSXYqJ6tQPIhmOArHcAIQHMHKh9m5Q_23L4auejMnbYmKTG4XT9foeGsqVGemp1y1kExbvESUt7NZ5Y.' );
/* 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';
