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

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

/** MySQL database password */
define( 'DB_PASSWORD', 'u8~X364768' );

/** 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',          'Q_#+:4v|ncO9zg7^kB_{EK+CXpuQ?_i37Ls&#AkrOOw>.}B~az-9_O.vFZ6)5fZ0' );
define( 'SECURE_AUTH_KEY',   'nA$KBJWhP|-}y_k<p;[ngi?6en4&IW>F^raR!W)dK?Tqq,uL6_U[eswV`26|_fV=' );
define( 'LOGGED_IN_KEY',     'Wn=^V%eSXBHW,yw3VaxU,(ZXmJ/vw%?#`P+v4VFjz:M-*#szx,OgWyy<05l@YH(L' );
define( 'NONCE_KEY',         '~A7EpdTGi9]coA5:f~|9nHNv}4T->XsquyWo7Nk `#kxo7[?Jl]|r{O7.nf_S>oN' );
define( 'AUTH_SALT',         '{?J(<P}dcqzwS!0-tZ5T,j&nXECe)/G60~M`z6_%{>pIe9];F? @G5N6U+l^o;}7' );
define( 'SECURE_AUTH_SALT',  'ye[*`8?SC&&AQTJlhMy kz<Y0S_kA[J,AE[jYlwA&v$/a=vv 2C[dK@=~1u|Ls,-' );
define( 'LOGGED_IN_SALT',    '8tC;6khV8xl%J%0jXy0hs: xqg8le#L50Kkl v|Wb)53Y]Po#omJT?79?cczuHwq' );
define( 'NONCE_SALT',        'YIkZvN;YD[C2Pi*]1(jQ,R<-3L29@z brkd0@1+Ltlw]9Zg,} LO$[hpOExfGCjC' );
define( 'WP_CACHE_KEY_SALT', 'RzZXCe6/h([R<1;.e]TIaaAO<0fl)Sm]&wdms,wswr8*3x>xAr~cT@@R<XR^rt^@' );

/**
 * 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', 'S4Kvf7GOsKLoE23tHdXOKd88YpU-uCCwF9yqmLWFLY1aKxlo0VZEbZrkwS4VfuWfl0y4yr84l0rxQKH-ut-ThXBDWT1xzNYBK9uj7C2WVng.' );
define( 'RS_DASHBOARD_PLUGIN_DID', '4EhPthgretxX4i06ceR8Wa1QGaniLsg4PIOLFgW7c4nGvC1j7kz5hf9C1hlX_2CumdZJBcgUE7JFsjQyNItJcRD7Hz4iKKs-kOcGB09Nbjo.' );
/* 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';
