File: /home/prosuiteplus/public_html/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', 'prosuiteplus_wordpress' );
/** Database username */
define( 'DB_USER', 'prosuiteplus' );
/** Database password */
define( 'DB_PASSWORD', 'QnfCvy0Q3sXra6S' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', '=,R_aA#.F$^23tc[Ci&yA9C9b6Vt!Knpfhu#HS+K@,Y(2- Sw!HgD+jz>Ae0%Vq#' );
define( 'SECURE_AUTH_KEY', 'y9kih#G-oZrO/<F|0Cj,U?-jwx$W2v@{6KG)5>b)Ow@eD</>xp<VuvsNe4y|Ouqw' );
define( 'LOGGED_IN_KEY', '4-?+oQ, #*7eci!+s$g#D3EmWS%1ZrjY8O$ztO:~kTeh3%$f|@}ucL2rU!<suI[e' );
define( 'NONCE_KEY', 'eaIjUg_Nx{k`<M3lc1tdW:]m24sDE~ObA%h$w={g+9v}L|: ^dUwP954MKTT$ufP' );
define( 'AUTH_SALT', 't>CSZyeUY(.&qTH|)D7u45-{*mZ^%o__%ZSw&A&M-_`o)ln~bi1C{uJYJQSPaT;7' );
define( 'SECURE_AUTH_SALT', 'W1e:T=XHO+!fC1DUHi(IkBR&!qY]lJ?ofU(mv>HL^eU?E`Hcc%/{T}1YWnY|MX36' );
define( 'LOGGED_IN_SALT', 'UfR#OYUc8Z,LBeVnv(L{yV=VZ:zHNT#DE;b;P(2dsKy_3o7:7$ C`As/c}I*&AN9' );
define( 'NONCE_SALT', 'rp1:c]og5C<*bHW/>e2k)R=VDXjP}]{~b9@pq:KepXrmQbYz/sOlQMRLEW23mMPI' );
define( 'WP_CACHE_KEY_SALT', '~5u-n{+za|~Pl6N#4l[7pm2r`fLQ<N@&&}C[dax_Cg;T,dF*`nM8rXu!O#_e)lk+' );
/**#@-*/
/**
* 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 = 'wp_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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';