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

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

/** MySQL database password */
define( 'DB_PASSWORD', '4B37|566h83' );

/** 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',          ')suE4Sgz:G@Vg]Eaayf%W]#7PNj=34!-M9>U_g*> PDw ,H0ElJ>FGZnvP2BnO#6' );
define( 'SECURE_AUTH_KEY',   ';fP(Ejk5v5_/{`V]fsGJMduM%,(s!2Er%NfqQ3s}-7Kj.K}VWs &F.%wsI2:R$o/' );
define( 'LOGGED_IN_KEY',     'zpGChl=W5bO/sNygQ~T V%n;dJa+ }n-e ;4PJG7wgoPj7Y!,=q2KdsRrYd!fix3' );
define( 'NONCE_KEY',         's(:ixy8NN!b%n]zcf|=7rtHa~w#QjIPK4[N={7Q?}M>p;VSTu]0]s(YBK=dMy+Jw' );
define( 'AUTH_SALT',         'J1R^`kaEJ_S!6/+]`ZUg<3+:?8G<&v>B5i@dKIEc-|D?EE<Wa<*y_IFA-ZHSL|-~' );
define( 'SECURE_AUTH_SALT',  '4|>1[7`@VrG[.*V9dQ=n9+m@ZuLV wbGGJAzYzsvQWNwHkhUXvvrb~NB][P` 65d' );
define( 'LOGGED_IN_SALT',    'XN?W~[::3DXO;?OB.=B/a(/KswPhrn-owUe!AnD+78uG(y~GYl2b@#JC/tGc|9Kv' );
define( 'NONCE_SALT',        'rSNbH_SJ7A|nv=awzl?0zfFOPKRiUXLeI[>Cuh+<9%=IF(-4p3jXO4!l-.pbFD[M' );
define( 'WP_CACHE_KEY_SALT', '10#<=vMcmkmtZ~){qsC(Ib`kCIJmjG+e_Qu@T7vT!3 W~q@k3ZRgJlx+7gfNp&jL' );

/**
 * 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', 'EQIz1IqI_Gks8_4cUkh9VTNaKf7r_KzubiC-qKfPm0oAwxiYbjEY9ptcao0EE-o3BdtXb-PmwQbcdlq2f4xiuyArU-Sn9WNGYEdPDBMwB6U.' );
define( 'RS_DASHBOARD_PLUGIN_DID', '4cI0d42xdWD53OIS0v74fQKb4Rm8Jj8gvZT1nsreP22fG4F-HKvPoOKbplV1y7HcQxEfvKo5GcE76Fc310BK8-I3YkEgHCXlZXwb-eue6aA.' );
/* 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';
