D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
justservices.site
/
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', 'justserv_wp_rlpue' ); /** Database username */ define( 'DB_USER', 'justserv_wp_kl0j6' ); /** Database password */ define( 'DB_PASSWORD', '2p1!n$h#aip55MTg' ); /** 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', 'z6D0OUrB;vp)U-+L553f05Or!l6(|:wfg2~bJDNM98XRuAwN5Pw4zT7*a@pmW07e'); define('SECURE_AUTH_KEY', 'U88hK1qnkl4[130&BJAs249Dgul093kX8R&wwiL98*)yD5;-0tdc2-W1vE|!:CH-'); define('LOGGED_IN_KEY', 'A9)m-2y5R2(A3/9W:Gk)MlhDoE)Ug|Ic@|pf_;]2I#5_~DcHLR]Z[)ZD)0lC6]rg'); define('NONCE_KEY', 'q+eY:0aj5@u5r|I~~CoK]j37*G70-aO50P2t070YX082lC-3%v@PfO-6-B!Uiz9@'); define('AUTH_SALT', 'VF3n7a%#FJ8!h![Eqd_47H7;@t6:Y31314;)7wB5fUW_735l9T7MvC6nZX6i3x2n'); define('SECURE_AUTH_SALT', 'U0/K!0UTu+ECaK0jb9V5a00N)9nD#hr]#0]p5f;X|0EpW9#2z(O1NPp@F3[~Z_)0'); define('LOGGED_IN_SALT', '@Y8:i3a2R9I9)!w531bp*!BO|1;/50M]JqL8*N%q1vX3t@]13-@qFif#bqv51txA'); define('NONCE_SALT', '990_4;Zh1&0OXR]Cy4(D98d02-)F#25b4ir9W06q0vtiZ!8m*D1q@WbLA:)P|H#t'); /**#@-*/ /** * 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 = '4haPL_'; /* 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';