File: /var/www/vhosts/creativefellows.nl/dedoofpot.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_wieq1' );
/** Database username */
define( 'DB_USER', 'Fello_wp_3cg8y' );
/** Database password */
define( 'DB_PASSWORD', 'K*8HG%c1z_1z5gr3' );
/** 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', '1AT(w&27@]b!mj@*6-2L77i1/-%JZ4HB(i+%1W5j:RdGBdysTgZ@5-~eS83T/75j');
define('SECURE_AUTH_KEY', 'nw5:|218)sdl8wMmHPOePLYn@2p;&twjBD+9555_z4GL/[@(:9f+02MMt6%/76wi');
define('LOGGED_IN_KEY', 'r]e7]qK/s77cOx4p/#U49bS)@wxG:9eB0luC7vQMjv_p%8964!_!bY6:D1&+7BD0');
define('NONCE_KEY', '9(xCJXN~R-e2lnz#!]2A9;Kt#1P[-H2e4GO#~G22:2l(yD(w5yH6GvN/OzO6aY+~');
define('AUTH_SALT', 'V6@l*%6o+30287Cw9DWV~8@a62~i5Gvsw4Z|+JYsH[4/~[4/[64hXY;2-_v6~2wo');
define('SECURE_AUTH_SALT', '9/)j:422jS-JTC#3D9lTm#C|f29RYL4WuBMXgo91b|UF*i&b:+1#61IN&xJG(8gx');
define('LOGGED_IN_SALT', ':/](AXa|Oj3N]w!n5~4vg4;*f~bVOpy5sfqo!W2&AV8#OdX8syuS]1tb6yNLp;|h');
define('NONCE_SALT', '5zU|N0)TPI7Qi4+20pN@64_050~3Q|O5K[J*1/_jL6+m0asC)_%7##-8Ldo#7QJQ');
/**#@-*/
/**
* 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 = 'CvscD20J_';
/* 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';