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

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

/** MySQL database password */
define( 'DB_PASSWORD', 'b4CKL%yt' );

/** MySQL hostname */
define( 'DB_HOST', 'mysql79.conoha.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',          'E5|0^%M#q6McJ}^T82]9$A^v#8:J3r6{Eq@Z)oIt;k2Nk^0zddel<J,AFXdUZJAS' );
define( 'SECURE_AUTH_KEY',   ',x<J[%L33rrW=P9 [LO[z`m)]GQkpwUuj0;g%J+L`cnD$~[Ni4Y?bYRn%STQ,u!i' );
define( 'LOGGED_IN_KEY',     '1Y4$8lX[M*~]UvHd#:9V>e`W d)/L4iH{{qgajW/{@Kwq`-UtfMrpz*<0VIqsJ|!' );
define( 'NONCE_KEY',         '{|F-U3Yw4mRSpm,k8~kVM+.?9n0I+ g-u[4VRPL79Orux)>^A.s?3#~FQ&}*rm!y' );
define( 'AUTH_SALT',         'S[Wvf8RYx<yIi&1~TKp( 6f?6,Cpg}*k=fK==$QG$}IFNQwv=NFsLG0W)0v3?o N' );
define( 'SECURE_AUTH_SALT',  'qu~1[/Ey>xNimP_z<<&SWgjN,K7v_EN>tll#{@d;A2..32VV%S`We<|mo8cR~mbt' );
define( 'LOGGED_IN_SALT',    '*|>6W-$tO|*Ks)a1Zjux%^flr}UXN0V9WX+#=f=N_LLQs4lEYWZ;YlQEb-wv97fU' );
define( 'NONCE_SALT',        'iSl!PPt|Z[6{H-l5DiR2&19PLDH,v<_$-wK(X0VL0Uk+9|$HhGcx;*8^=Mo@guTe' );
define( 'WP_CACHE_KEY_SALT', 'R/AGh]C^Ep{Rb$l7O1yO]KwxR8)7a}$x{5WcFU_RpXUB#)3-N{3PBI>[Qum|IUC&' );

/**
 * 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( 'CW_DASHBOARD_PLUGIN_SID', 'ZHPPLxtFn7sRhfxIVcS9HKAKkYBlfnUaneznuq2HIqIHWAY5TnloHpPwgUKsN7stPIFCMkBmIfPzlxT9jtdUxRdGNAUHUt04gsQ_k4hdQJo.' );
define( 'CW_DASHBOARD_PLUGIN_DID', 'upw2RABGs5MW1Dbmjm8JwIzOcyW2qWtei3en7_jMH9mA7yLdDP36_z7ddKpmejfbLpkvrGK5i-8IBBfiy7fOlQs6BDmG86a7sHzxAyq6KmA.' );
/* 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';

/**
* すべての自動更新を無効化する
*/
define( 'AUTOMATIC_UPDATER_DISABLED', true );

//define( 'WP_DEBUG', true );