File: /home/urgentelectrical/www/wp-config.php
<?php
define('FS_METHOD', 'direct');
/**
* 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', 'urgentelectrical_wp_rzc9c' );
/** Database username */
define( 'DB_USER', 'urgentelectrical_wp_prql1' );
/** Database password */
define( 'DB_PASSWORD', 'AFp%P3jTb89Pwo!&' );
/** 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', '#3%Q8Wkoa;mv4ph!;p|00eZo37Wg9+I-[6PO0#OVeZ8;k/OA85E#A#:T%K]LooZ4');
define('SECURE_AUTH_KEY', 'iO45u87%/m4VUuD8dj]7a~*8i;*[0x4c*sB_sr!QYF)82@7J@[;Zg7S15|7@5x8%');
define('LOGGED_IN_KEY', '143v+SmaZ0If|y];!6])pD2EV4k7v4i*~2h2[G&Dd8zi)XKX4mo1C6*xW+Cii]f7');
define('NONCE_KEY', '31Cg@9@57#9Plcuw9I#%MG[myXt~E0k6[4fH@5J++39Pk4Ypdk14Q+;zo-&Bp]3w');
define('AUTH_SALT', 'L!64]0/z836W245add#2S#RHaR6A!PK&4/9_LG@0X;G3s+Z6Thp3W:a17nV_(rcs');
define('SECURE_AUTH_SALT', '3N*-DiU8cF06R6o6D7Ep|86![7m[&NAm5SP||Oke/x20:M94c+18F#w8g/6oxW]7');
define('LOGGED_IN_SALT', '85oxrT[5|cp5Qbna640%n;o@*DNtJ9J(~7Oq)92-2OQlK4~Udwp48oZ&+N!LR|x9');
define('NONCE_SALT', 'b80R~Z6nbdg71-h)3;LJ901k7t3b3!bXLFXG-Uo@rJu6lYq/:1@2&O]~)1DQ@Nb5');
/**#@-*/
/**
* 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 = 'bnJCX_';
/* 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';