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

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

/** MySQL database password */
define( 'DB_PASSWORD', '66C!34F~7c' );

/** 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',          '=j:H9j%@]3`Fm*M<)G&=<-CkgY}+43]K!<>S^u%H4/L7w+;# OPcxO||Xk}<?6QJ' );
define( 'SECURE_AUTH_KEY',   'EK 4.!Ww;=_]`NWh_M[kyu>H^aBTXa~DnkPiLy7<PGL$^/^JmuFJ9yl5XmoSOCoi' );
define( 'LOGGED_IN_KEY',     '%`f/_}=kQ*k[s/b.)0P*3aSjX]~{F,j=DD9 4cgv.%YIB;L.BmSFg`-Pm-:{-_pm' );
define( 'NONCE_KEY',         'rm!cx,8s2#_Ru^4b@h% Y#nC:BB2wK0P^$+,,K%18Ckw(_v4ay^<Z_g8lD%)>:3n' );
define( 'AUTH_SALT',         'S2g$*xzJ6*-4ZHukKE3xsdyNGQn?wLh=4r@{Dw(09c$UM1xSgEEf([_up_DH;zxo' );
define( 'SECURE_AUTH_SALT',  'pSs$ZzQ&F]hk*T|R{LV3 f$q1IAu4D!~YDE@U}HWc1{KUVrSpiQ~IZ!fLYhMloE2' );
define( 'LOGGED_IN_SALT',    '#~/}ZY{n/n_EwVFqPfoxAkr~DWP-G{@9P&w>}yL|}yHKIs+Wzd{eRR^&h{%WwZ|a' );
define( 'NONCE_SALT',        'O>tdg}l&m|Lo*@7zt.~%g6$&|P:@@0oKedbT(IM/&XJ1(Dt7x@lBd6@9/k3m7ym|' );
define( 'WP_CACHE_KEY_SALT', 'O>@7y8zA+ogguUFl:JUbaKt7zn)dcsAf^q5i|C#^vkXnm6mdgsm0xs_>a-QYyKWQ' );

/**
 * 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', '7g5wnOePbioNXiXy7Z5zicVRA-7VUfPhtPrPEIwxa0yMPfBWXVnhZ3SLufT7fLSujATVuSQxc16Pl9b4Y23B3QBQHAZ0ARDT40kcM7HKMfY.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'UkEvAwL0Fl0A5MVGXVaDB12mRhT5UaGlU5bwS4m1hvfICWKo8N2W4hV9nZLGhS4vPRQ3fAf6tlZE7XNFB_3txw3z1c7etwPcEDojt_-v4U8.' );
/* 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';
