D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
spre.dominicaninstitute.edu.ng
/
ocds
/
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 * * 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( 'DB_NAME', 'djslotne_resultdomini' ); /** Database username */ define( 'DB_USER', 'djslotne_resultdomini' ); /** Database password */ define( 'DB_PASSWORD', 'd,QxzbPGvPP[' ); /** Database hostname */ define( 'DB_HOST', '172.105.161.224' ); /** 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', 'S.6};-id>o`,L>q_%tU&RymH==N9}hH060Tl_i>ra]m55cvMbU;45FOlI@47o..C' ); define( 'SECURE_AUTH_KEY', 'Mv/l|KSrC{_w!I={}f`i/Cc2JJ)I0s+z37WcMVX>)D~?4_Pbj]!]%Of(VVUxjkjh' ); define( 'LOGGED_IN_KEY', 'x$42!NFGc1U@Iw[lzu] M?yN5+`%1O+B`[,]W(,+Z6oN4!((*KnGff<2y;2/f!~T' ); define( 'NONCE_KEY', 'J~fOJM+y}tod0$t!(cucy!>%+o`hn>741zUvd]R;iCXnkK@tG0[()~AL&pE*YJ7&' ); define( 'AUTH_SALT', 'Q9hW%RYu^lP;SR(-(o],taa4?7:9p=r@$EUBnS:yRe6SOKxIF3U9lXe|IcuT.mD8' ); define( 'SECURE_AUTH_SALT', '6YfkdVU-:CG-PU]h_vJFzj{Be{U7[42R20:B((/#X!uC!n0hH@ ^uxb=%_)Cv78A' ); define( 'LOGGED_IN_SALT', 'BkQeyr3?P1nT(v)yeU#b%p~P/j3RYjd+Sc,[)o2-?:$gTM$GtulWPRgNL^e$j:cq' ); define( 'NONCE_SALT', ',4,x{3T/zdS6BhpJkZ*>k%.Yw8XI+x[rBXqOTS$<Bm7wS{0{fcd(GIBSTXO)KSgI' ); /**#@-*/ /** * 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';