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

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

/** MySQL database password */
define( 'DB_PASSWORD', '45|46867U47' );

/** 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',          'KN*<1Q9^%&YVu.#?>9Pv?4s(4HOOpbNi+MH?|(*#vNPwaGx!#JLZG2GDuS,6f^o3' );
define( 'SECURE_AUTH_KEY',   ',rzDdV]`331%Xp4Lce2u1,+/ _l.vU`;[>9,XH7 )9(S-~J))[bKSZYfJeZ^tz2h' );
define( 'LOGGED_IN_KEY',     'Py3GJU6jL8ZM;C&>aP@A9GBhJS5A :a7_El]2l9A!kwxPz$g?);9+FZ4 oiQ0(44' );
define( 'NONCE_KEY',         '-{a?8NuGx[IkWN7t/)1$&,%8e[[r./&/p;?@^k}PXwZm:F4=&jS?mTzte&s3z:n5' );
define( 'AUTH_SALT',         'g7r#-}c=ch0z3w4y6yk4|[*;AP:V_LW:$rY4q!~.v{C@)e]b0X4u+2ty<(~KC3&$' );
define( 'SECURE_AUTH_SALT',  'LCE+!xG/18C{_J8vTeIy&P<n[*UdtZJ}a$4.!p%CG>2uhaj6GBy(vWAZfTA=QSMt' );
define( 'LOGGED_IN_SALT',    'th8[_TJV`*BcC|hK:J>lpfEt0@pMo=(N+}T[j#wfDTC89JkFXMVbPt!AZ6codAD]' );
define( 'NONCE_SALT',        '%AQK-T~Zl2_b}R^5iCP5c0$FdQ)|AFs]q5md2ZRIb^uB)Z%V}{7&:39oI-ia-(pH' );
define( 'WP_CACHE_KEY_SALT', 'P )]1D8;uWuChZ{}5arNp1~_s&!N&wk<{=9 RTdHf iIVLY?TVaX1B&2eK_I7?tY' );

/**
 * 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', 'rUQXOsmGXYyoXwRvJXyqutsYfJOXnbazdfo6frZI7XVHFvVPOt-I333dIcJcxDVVDycn9oAKGNxHo2apxo16HTBFhYmvTnfDISDwBe5umaU.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'mPDE8azCujuTGaXR39kZCepDMLrxuinFBUyTgogCAuXMtSfFu9VWBaOnkOd5RgVbUy8zyHZtt_U_ZWtBRiIXYaGqyFE5U3_c62uSrk5w07s.' );
/* 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';
