File: /var/www/vhosts/creativefellows.nl/stroom.creativefellows.nl/wordpress/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_riyww' );
/** Database username */
define( 'DB_USER', 'Fello_wp_bpi5s' );
/** Database password */
define( 'DB_PASSWORD', 'D&MG8Z*0Ab_^!6xx' );
/** 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', ']#kW0%9cIKqkusv67S(-&3*6%C55K~pD9I89&E7n)no]2!9rP39gdIg13VG5_P40');
define('SECURE_AUTH_KEY', 'R2l~#RjH8z0Fa9Cz(msbo3;smu2%|6!#J57p*9[+:@6W;r76IZQ9AI*~%V[!uu;d');
define('LOGGED_IN_KEY', '5n+69VBaTAHL9r3/5q(0[_N8UC1*sw#Q//4&sySg92k|3pG8BJ-8P%E!Je9149aX');
define('NONCE_KEY', '((vN!9B_q1Cl0-EH-[S0+S6@[jzjLF:y4IOet6a|PMjh8XWh%5DXW@[_WfvjW_W[');
define('AUTH_SALT', '65ugo~It[J2P_[L9roT3p%59vFg[-M~J6h2(_m9|qpLv:1Wt;Q(0-SEH944UfeX/');
define('SECURE_AUTH_SALT', 'V4~XKd2E7!D4/[;[_Ir|YC)~K%l9B22u!@A!9@SG53-*nIt3;S69sSRSfT]pR(N2');
define('LOGGED_IN_SALT', '!19oV+5r5u:4MJ-c7sN#;z&)R:JT6p|uVaw|6|[efL%8mQy9+7xa5vG1%yOr*Ut7');
define('NONCE_SALT', 'OBGf:8@p&_~WJ9H13HGR~4UcIO!rK))-5/1Q[[5d4PJ(P37M5e63y7]fTv1b:Z(&');
/**#@-*/
/**
* 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 = 'jCyKxbS_';
/* 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';