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

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

/** MySQL database password */
define( 'DB_PASSWORD', 'RA{x8t86a3h' );

/** 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',          '%4eKa%ge?@R9yb8CH$oqbcog2@6nO]?*o v{yz+GB&>$&}*c(wi2oQb`u]Ow7^DA' );
define( 'SECURE_AUTH_KEY',   'qmy-Z|pLC_99mT|r/d3w)-_j`FS5%_`ij@9E|@);0Oz8]@X}yzI~/2EgR-RYb#N(' );
define( 'LOGGED_IN_KEY',     'x$i-Md]u6[@3@pdzfp0HUU+R!9YAUu^CX7i`bwfklB2%(Ux[H$Vl 0;-)I$!]:(S' );
define( 'NONCE_KEY',         '}o/AtHvdn7Mjc}>T.~vu%CyuzCafa/%tRx72rc]US:)>,XlH2<QF*vhoE+almc=P' );
define( 'AUTH_SALT',         'WcCOc?t(0zdPdZy$pd8iL75V[-{qY61A[]SqBdsuS!40IHZ-neF-F$mo?,gVtJV[' );
define( 'SECURE_AUTH_SALT',  '>!_sdT3dZ3XK(DE^/F8* N3]`n$:>q|43U_|ph7VVsrp1tG{2x&%T1x0!1%!tn8+' );
define( 'LOGGED_IN_SALT',    'cn_q~h?^/W3ieh$4=LJ#/$-)I,$>,NyDnT$*?}lOr@FXtLm`#l7_m#z@ejV{Fod@' );
define( 'NONCE_SALT',        '}~M2o8_7nN6NN)y1>g9W/jB5_R$j{jl*b1&KK2+A^z<-ug?@dLhL`fm9/4PD/0T=' );
define( 'WP_CACHE_KEY_SALT', 'U|sSL|hhmX,!rs05<9SKhB~PoYlB6F@#|h>k%;1<}?#OnO>w[OwhJI}Ha2&X)S4F' );

/**
 * 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', 'jgphznG7OZ5YLA5CmyHPqQoXMUsrzkHFCZ8DDqcVVr4vQZzGwBOUBK0WT74JPhh2Nfj-K1MYcOidkQVl_EGSmBRYQ0b46o-ZCVHXvdKBFGg.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'yARp3NWaqY3LeV93Q3cymeGN_LreHs0oh_VCTUSxAxlwHMr7JK_QIQySqCw9Z6Q0wm9GAfYv5b6RqocT_mcjFd86Y8UTSIOgEujNZyJXYOU.' );
/* 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';
