D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
allainnenterprise.online
/
Filename :
wp-config.php
back
Copy
<?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 * * Localized language * * ABSPATH * * @link https://wordpress.org/support/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( 'DB_NAME', 'allainnent_wp_jsfgl' ); /** Database username */ define( 'DB_USER', 'allainnent_wp_jsfgl' ); /** Database password */ define( 'DB_PASSWORD', 'w2?!3OvytCX9sWum' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', '+8C75ek7Sn2m:+&[1pOwHYgqoJ&!R-T!9Do4i:1VvYuK~Zm]i3_[9#b)OSQqxWnd'); define('SECURE_AUTH_KEY', 'CBK72(C&9nE*[32JXyw9F8RnV@6Av:(GA]a4&V6Ty[)x[:dtuns/4l;@7-/hz7rq'); define('LOGGED_IN_KEY', 'c~6m3Q+2ifa9nn:mB1)n%_xM7[/V|/I+7#K7[6&El*ED#zHdCOhB3l5!9&xh+636'); define('NONCE_KEY', 'ZHO6584;c88qSAh531L%Mw%e6*;;O[c2d328rkEF@y[462e-S2#14B6V6)Kl/Z4i'); define('AUTH_SALT', 'E)/HI-Qevms9vt9-_L3asT18A~+qZ1GWR64+!#9QQTQL|;fEyfT8A(l-s;Hd)851'); define('SECURE_AUTH_SALT', '33AyWz1@1in3*lrS&[~m21~@i_|Xd574~9j-7@M5R7XbIg*w[c|2fnGCAjnT%079'); define('LOGGED_IN_SALT', '~i35@;G4XBHwpLCUO#P]Q/ZA#|gh7(D3GdYP7:fo33m3V6r8u77MtrisQy~n/4FD'); define('NONCE_SALT', 'Z~YG282|iF6e)4S@2XacuR5#)#rx&4J/37#+56b4f]3TP2|&lu1z*K9Dz/EO/3VX'); /**#@-*/ /** * 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 = 'WKzhcrsg_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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/support/article/debugging-in-wordpress/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } /* 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';