D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
familysupermart.shop
/
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', 'familysu_wp_ecoqg' ); /** Database username */ define( 'DB_USER', 'familysu_wp_rdkm8' ); /** Database password */ define( 'DB_PASSWORD', '5jBtEZ?33du#H3Ek' ); /** 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', '' ); define( 'WP_MEMORY_LIMIT', '512M' ); /**#@+ * 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', ']njp1b2EJb3B*62s4:*S32GrF5U4p|@PU782of3)E]B9SwH(Yn6+9mVL:1;jyU-8'); define('SECURE_AUTH_KEY', 'QEDZ2K2SoZa|HJu(%YxMzG3a1TpT8#6q%+3K*n]V&a25#Y-74!+W*s2GTIJ+d2#q'); define('LOGGED_IN_KEY', 'C4K04zS:1m|L@QYZb5cvW~so|fVUyg&w91R5FW3|:H5%hND72/&[/sctnyZqF#r4'); define('NONCE_KEY', '|d7GTDtGN1X]n_Q/|yLlfg%ex1R00LO2OAgvo&9#C71;m[S(3r&S336Dqni4@-6/'); define('AUTH_SALT', '&3(899+VXA59RWEv|v*d91#0E(wjOEP32Jx*hnueP62BAB~m:!4C66mT)m48bQK-'); define('SECURE_AUTH_SALT', '|@3d2vr~8G6fYh2d1v[lG79D9]60QsY3VrU;(Y_U36z6BSa;VRQ3dl9e)|O[+9DZ'); define('LOGGED_IN_SALT', 'uuj8f2Zh9]xn;h6M~FbO5sd869O-10:*E3jx87*PPj;(1]ai0Ws5L;9](%v&425e'); define('NONCE_SALT', '543D4@q3(5mseahbY5R2HUPQM0yY9)E/18Q1a139V1z8(6+jA]f#*;*J74PYJI]@'); /**#@-*/ /** * 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 = 'Dr3oxa_'; /* 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';