D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
homehopshortterm
/
public_html
/
Filename :
wp-config.php
back
Copy
<?php define('WP_CACHE', true); // Added by SpeedyCache /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'homehopshortterm_wp474' ); /** Database username */ define( 'DB_USER', 'homehopshortterm_wp474' ); /** Database password */ define( 'DB_PASSWORD', 'BDe2t%Sf9LzEtLeV2q' ); /** 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', '9QF2 |Ty+6S f{X#V9IA+w&$zQa*_Ia;XA2 abt%9Fv]+(wby+c=wMY*?>MJJrKV'); define('SECURE_AUTH_KEY', '`*o1T>O<@O-+Y-]]5js@aLhs `m:LMFiuPAsa?E6^w(q6!oR8l(Lbyb:%9<u;L@a'); define('LOGGED_IN_KEY', 'IMZc6|^(5P7e4Bg8&]e(@|X{N4Zs]vBFAo| p{JO@|Ea+i]4(D,{kT%+A;3?u:{Y'); define('NONCE_KEY', '|Qp-Y7!$)WfUN=(=jVq+FH88pg2ew,9[jzNEv:)8;=Sj_OE|0-,66eStdMx#E($|'); define('AUTH_SALT', 'w[T}(|+rFXf+d-cn^P5NLp^nOx4d]0HntL1BEvx:?R wElLEZbm9Ua96`i[mPx+b'); define('SECURE_AUTH_SALT', 'vyRB_D+q=Y#+:jOcfh(JxS.0p*&|XC0-4q_V h;6d+h~?#{nZb:m|{9M711f.sA>'); define('LOGGED_IN_SALT', ')*.wk)aOy3p=:| O%O|9|[M1xQl-A%TIE)?PLJh-w9WCRxKhsx_zfxNi>zfc8#6e'); define('NONCE_SALT', '7,05_>t),+H}5<,CqEI@V0.}Edh+3;Ij+)~f?},tRJK?t7qma,$p3Tz|58=#k;7G'); /**#@-*/ /** * 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! * * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = 'wpgi_'; /** * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ define('WP_MEMORY_LIMIT', '256M'); /* 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';