File: /home/ghd/htdocs/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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/documentation/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('WP_HOME','http://old.gholdings.jp');
define('WP_SITEURL','http://old.gholdings.jp');
define('FORCE_SSL_ADMIN', false);
define( 'DB_NAME', 'ghd2' );
/** Database username */
define( 'DB_USER', 'ghd' );
/** Database password */
define( 'DB_PASSWORD', 'gsoft1004' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', 'uw:wlMfpA(/pJU?oEPb4Ck{@PoymDKwQdaT_0xAj=tBr~#!)L[eY7|F%fMl[a~Hv' );
define( 'SECURE_AUTH_KEY', ':sc^5@4PYBM~t-~ZGa9,),bK|>|!2qZ2:_wY{_g1q-?[6|/adwSI{D}sBF7f<o,Q' );
define( 'LOGGED_IN_KEY', ';DR?&|M}4u~!8arF.7LHArx06GULwXAE8R62gbIcei$)`;/`^tMBveV_0{^x|POZ' );
define( 'NONCE_KEY', 'JOxgs;I[_Sb+14;K`U`Ec6=_ @h=DvhL5:t qx,5Ok!~R|wr&+1$neETNIIqXas,' );
define( 'AUTH_SALT', 'W0YXK^_e{R#O@-ssCs`lXQs{3ME9_Vq2b n(cn9-i/=5Q![&lohv$~paH}0C6r:,' );
define( 'SECURE_AUTH_SALT', 'U*H]V!^u=+ Ias;`[]s}*Xs~Kr_e&<5-aW%4TejD;2Y7)r~hcB46Y]Ay$K20vz9K' );
define( 'LOGGED_IN_SALT', '9JohZn;~?pAFQ+Cn;Lk$F,*,dH-p.`)QSC5fuN/X hTZ3xw;+e&SI_L7_ |QS&%a' );
define( 'NONCE_SALT', '}qYY6L>G74kBzpA|EbwkOv]y?@}IGQ~1Js]djGa`D1>{xtBj&zHfc3#s%Pt(fH$d' );
/**#@-*/
/**
* 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_';
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://wordpress.org/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';