File: /var/www/vhosts/creativefellows.nl/stroom.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_iv70z' );
/** Database username */
define( 'DB_USER', 'Fello_wp_imbbd' );
/** Database password */
define( 'DB_PASSWORD', '0u#nvaoj9^3NNs$X' );
/** 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', 'P;1p8L+01b63tL-au6YqYoe9|TW8I:w/Shbfx1X#I_~9gw1mI1Gd*X6FA9M%MS-+');
define('SECURE_AUTH_KEY', '07|yt76:]kgGo-i!4aHV0:1_G8DLU;99%F1K5w+!)G#CsTT(m1]8RH#570kh(Fj&');
define('LOGGED_IN_KEY', '%!)+z6ST8uvWI|wKFg9*2J+*@coJ)cB-yXK;D~EC#+~a:E7z:9|)nkkl@u:3IJ2Q');
define('NONCE_KEY', 'Jso7TH/Cu2!w0)%4|9~-94KX6I[(c8;q4/OQt5vpAi/4!f4UgRX&3qI:4&40~rw4');
define('AUTH_SALT', '&dg;6VK_14mIxxH@66Y6Mr/ibMw1q4S5rc|X08DeF10A55:5_DN2W%7_V)KUBQ[i');
define('SECURE_AUTH_SALT', 'M6!1jn-H;aenb67F&G&X|3vsS[k)p%p3BZWu(Z+:0xun4v!]h9KSpL6*1IzT/[hS');
define('LOGGED_IN_SALT', '#e@3979ZbRPM2I96aB5VMN1B02J8d#6/D29f5]px|1&~0]_1&i24-@2tk8p*[9#k');
define('NONCE_SALT', ';l&l7002~7ck)1yt67)1&~H5NyO)[l(;t7qMTIJ5_43-6LVf+]590|P/xuLUS5R8');
/**#@-*/
/**
* 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 = 'b7kK49Fn_';
/* 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';