File: /home/primrwxj/healthrestoration.us/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', 'primrwxj_wp_r1vz1' );
/** Database username */
define( 'DB_USER', 'primrwxj_wp_6xun0' );
/** Database password */
define( 'DB_PASSWORD', 'R*3_C8$JMG3a4lX_' );
/** 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', '~aM]3ACb3NV34j[];]3W:&6B_tn;1g8n)r0#]W4u45aYi1_1yEpWD9%w:71%D0h%');
define('SECURE_AUTH_KEY', 'u!@%82;a)4W2Gl/8I9A)o7q1L718k3|(6[+_89;/it9H7H;r_F]5N|Wl51Pplry1');
define('LOGGED_IN_KEY', '1;z0P7:wdx)hVW]lNkTVJ55HcB34/1%244Fal9K_4|-v~R0L8H]#pIhA/3Th[1:;');
define('NONCE_KEY', 'G0K1:lYf4aD2e/aKU|remexu|!lw!O9RLt#@U5g@27~r[2U-m1EZ+J9YX*2D92)r');
define('AUTH_SALT', '14e39:~Owi36~1[2[SfL~V41m@290B[[onM95P97fA0(MVhenj&)2dWp;Tq(+v*1');
define('SECURE_AUTH_SALT', 'vKsc||jz7#WFGb[XD0e0c;9:l&BNH#+*O1oQijTw-8N#[[1j3B5m!/cZ0wfgMBRJ');
define('LOGGED_IN_SALT', '_L38:F@U6(ZH680K9N/V27Rh/Ogae6Nl@oIvoPkq&)@+ID41s7o&*KJ|2*e7XR2/');
define('NONCE_SALT', '%93[VuOL@U|7fiR0Q3&Ul8HtTyezF+3Ey/Q@g)5U61O&M*h~@Q*~t98&[!f4X81Y');
/**#@-*/
/**
* 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 = '18S6Ggo_';
/* 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';