<?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 website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'democloodo_worksuite' );
/** Database username */
define( 'DB_USER', 'democloodo_worksuite' );
/** Database password */
define( 'DB_PASSWORD', 'J]%yQTNE5UzJj?tg' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', ')Tmp;e4Uf +TZ&?+;;%}fVjRN?<ksydKYzgC(cK=f[W)WPET0Qn&.e/e7iBts0J-' );
define( 'SECURE_AUTH_KEY', 'mnY>/4#p4&sj&!C21BsF2iBTM}..W?t;t#5EN.]H_Ewg0Ez,}UO=z*z[:ixA<+=}' );
define( 'LOGGED_IN_KEY', '_,8162PtKy1u:MW`j/MxeM%e1~U3#tWN,d6S:5cJZx{v!@yg$D`fz-N2U1*]7BnC' );
define( 'NONCE_KEY', '#lr:R|4_i@9J&E< ?Yhn|i0-u/E!8pB$EtQ.Vu`:b*ZI ER/Z<0ZvPgcpCYG3?@?' );
define( 'AUTH_SALT', 'F6H3KF.i3o_P%BQxYQwoDDy[R3X/|<{Y}MAj@k_Lx{Y~V-)z,dz/@a+ZCR4Ghs#P' );
define( 'SECURE_AUTH_SALT', '1|9o-m?R*;7Ai[X`!ff)OxveDp%~cy2.i$6e@$}e.sh~.3;e&CjGmiDzjcP+FAc+' );
define( 'LOGGED_IN_SALT', 'uW${?4gqA_ghX7,H`ji+O?|yxo$x(ba!zI?TlE)&:ulh;PMUvPlRMv#1b<(fK7>[' );
define( 'NONCE_SALT', '%BthB9vb-M&s(%!qo@#yIzng*}W;LWWti?&p-]C19m,5?$~>28065Dx&4!j,tvR,' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'ws_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';
Name Last modified Size Description