File: /var/www/vhosts/creativefellows.nl/apicsnew.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_0whbg' );
/** Database username */
define( 'DB_USER', 'Fello_wp_83poe' );
/** Database password */
define( 'DB_PASSWORD', '1~Ki!pJnb?xK6R~8' );
/** 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', 'gC(:[r]rH5w5os~7R0v32_3[x]%#]3%Z!3vu-2IY!nj&T&CDfCd0Xu9k&P:-G7[[');
define('SECURE_AUTH_KEY', 'jm/2TNYWgSjs9;DGx_dex;1H]3V56Cx66j%7y2!|J1wz7m813g8J@j6mUV(@fZ2I');
define('LOGGED_IN_KEY', 'F#a7dzU7(z91WN702j/O27-5_CB@%Q8aw;Q043kshV(L0AitL(1d&o83Kvuq:i2u');
define('NONCE_KEY', 'iwbR*8(]WOH_oFvJ&ykFRxS*2y61U;c22s&G7jK9q93rbKGQbNHjy8w5W7&)B_8e');
define('AUTH_SALT', 'ftBZXO(f#Z5Q6WiaHj!m5+WA|fBrP;Wz6t[ci9W5[0BM&58-m)%jF_k0lOrS0%pM');
define('SECURE_AUTH_SALT', '[98~x]+yoi0LXV-!33uiN5)SU:oxu1;bFP#Gr4D617V[n49*9J1t&nP~2c8dTy1_');
define('LOGGED_IN_SALT', '3823|Gs-fCSwIy:x6|0;H[T-8!~5RKLog!Y#60Jl:g]qSs1lh)1]p1Bc3w4oM5M#');
define('NONCE_SALT', '0ro;2]TKbO~SpWeBup59(|588)B11us%G0CAePh](Y84LDUi_xUEZJtg+W9MXc(3');
/**#@-*/
/**
* 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 = 'uApKqEG_';
/* 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';