Current File : /home/r6536736/public_html/kosya-nishinomiya.com/wp-config.php
<?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', '667kv_n74wt4dm' );
/** MySQL database username */
define( 'DB_USER', '667kv_3dw4af55' );
/** MySQL database password */
define( 'DB_PASSWORD', 'b6.5kfxjQvs' );
/** MySQL hostname */
define( 'DB_HOST', 'mysql12.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', 'P][nyiTrwE`]Ry<t<P^L>!-%K2CbjaAS6M<TB}00?7ISP&wAONFS3ba{R Po5ln_' );
define( 'SECURE_AUTH_KEY', 'zZH(Pi4D;[x89]uhH1YLi#omixQ5rE*BnDj42`klRSfqKZpL@|z;a|{mcgXg}Yz2' );
define( 'LOGGED_IN_KEY', 'wP=f]8L0oO+Xo5xp/.w !phsTE#e2|! 47L>`&twctXi.G7M=?`DzJBW98bpiRWK' );
define( 'NONCE_KEY', 'vBgC;gEBBe,r<SN3q^G&fNzQ0dZe)>+{!2V5!b3x;3&]+X-N9KP.ZUzC6Sa}q/>&' );
define( 'AUTH_SALT', '>*ym@l/2C.n1MnLf}S~J1A)@&Q7c&3fHJcEpWKBK:DU.2e* z@o)vOi?rNBBX:oy' );
define( 'SECURE_AUTH_SALT', 'I]a2BBJ7+OaI`*@_6]jFl9e$t{8`;G,eY2yHc?%agg[.;2_rf`n}X[cfS:={{#`~' );
define( 'LOGGED_IN_SALT', '1}|) ** :hAS9ZC0 Qf(qPcFo)_V,1vtF?P|edx0!b#@xbixz~#f~g&7jV9Q}>Sd' );
define( 'NONCE_SALT', ' y:vRV`E{GrG?q:`2Xr1,xu8Xa?<p<?hF`mdU#:@[G&|ja%6T$&DcV7V`2nLX|Xk' );
define( 'WP_CACHE_KEY_SALT', 'we{i+AWj4k62)!L]Aj,<{VD!O0_A2_yUR=Xx>`i`mq3o-T(X^qAZ<x/n85$g.j-]' );
/**
* 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', 'fzjRNvwk6z3L1ryelnBUn7OSI0mRErAdEazqV--dgU7__JwlvFcrtyEwd9cdQe9IGrUvJ8L7Sq8vkEOUBjq16lUD99zPTdFFOaFrm2CxdiA.' );
define( 'RS_DASHBOARD_PLUGIN_DID', 'RRE54m2Y8qQogRPczXe2iVi7O1HE9FhRBPqarTI-lcyqePC4Z92fRSE6yn_zwhVX_6yNFRRmxjS9rUWqAJ-wNcQ-50RoRh_DJSN7_n26M0E.' );
/* 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';