File: /var/www/vhosts/was-logistics.com/httpdocs/wp-config.php
<?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', 'was_prod_wp_voajx' );
/** Database username */
define( 'DB_USER', 'was_prod_site' );
/** Database password */
define( 'DB_PASSWORD', 'was_prod_K6%o1q2t6' );
/** 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', 'D63Gd3GlL:3Uqe:K9BKD0/++Pi3/%@WpbrwE*|Ja6_-N2hP#4EyRSe%Mw5Siz340');
define('SECURE_AUTH_KEY', '[!8gpPiAzZlU907dV5D#ub/%-Y%~[)!37z+2i#8ZmCfhrE!63ncc;13x@|PSmT([');
define('LOGGED_IN_KEY', '2P/&aPm@NBmY-0nQhws715V1t!3Bn0:2Zac|Bv67+~Q;@~k)Q~T6;&)_4ba839hO');
define('NONCE_KEY', 'X+26hX6f7emru1;@vJHK!1BdP72Sg2houY;lX5D:_|)xc#8]_K7e@0k3NT/J18Lu');
define('AUTH_SALT', '7e[Fp~5J%7pdj8/LYW1O98V*61F1tboG[2xdaY0DbPG3a2rrEO2E97%e[M0-Kk]1');
define('SECURE_AUTH_SALT', 'IYNJg2|H+f3E7N0L&0B7LGVQ1E8F+3IIamh6Z|xu_78M#6sis3Z1Q2@G:t99h62e');
define('LOGGED_IN_SALT', '#o5QWse*Y!ro7/Z#ut4568T23vQ|Ul1PkvM9&kxooJ*@2*54GL]|1EZ&S4f/ngWv');
define('NONCE_SALT', 'eJdO%[1&1t-5N1M&4Jy9R0Vov0Ojl9K;&2v0#|SD81J0dI/!qYFR8*|m;9[*/Nc|');
/**#@-*/
/**
* 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 = 'jNvtpNaSK_';
/* 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';