File: /var/www/vhosts/creativefellows.nl/intermedia.creativefellows.nl/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', 'Fellows_wp_wjvbl' );
/** Database username */
define( 'DB_USER', 'Fello_wp_nubvi' );
/** Database password */
define( 'DB_PASSWORD', 'd3Yzs1yDp_*F@Ru9' );
/** 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', 'qYS0M5*Pt4@*KB34oSJ6D&~49W2:dRoPLa1:4T1g4m]2Az&:|n)6T[&mv&KDRu(_');
define('SECURE_AUTH_KEY', '3x]C79D~D3o4Tw4Wn-c1M3/P);!Rx_2_3|ndwf1Jug]93685K49E72leD0+]9crk');
define('LOGGED_IN_KEY', 'MWD355H[&6n+S_84m+]~y255#f#4/4N2s5w/n24[G%F/(yqBqN8G9]8!/yE3d76W');
define('NONCE_KEY', 'oK|61_:y)3/#wCHiCseKw+*Yj(kW8D07a]_F290]2D#yB61PK_knzI[7q/(6a#5+');
define('AUTH_SALT', '-o9uTlSFH:K5jK|_1OzgP3(LP673CSt#-~8036QMrTsa-+aw|PRPf48f~p3plaw/');
define('SECURE_AUTH_SALT', '-H|w!cH4dU59)s2UKYuoH2[3V3%@Uf;%24[5nr9404lly@0XUKMy@]sh[5neG7*w');
define('LOGGED_IN_SALT', 'ECw-lWVVkItAz&o3b7V:M(V;a%HN*OuGLN2kfdY@TF/j]1C1iE&5a8z7+8YJ]N!3');
define('NONCE_SALT', 'V54fo38i4iV0nG3&RIH&N0KN&Zs-Ojk3936ko1uXR8Qnj5(2ba+)j4328+]s;KQc');
/**#@-*/
/**
* 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 = 'pm8nQC_';
/* 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';