%PDF- %PDF-
| Direktori : /home/graphicd/www/wjmarketing/ |
| Current File : /home/graphicd/www/wjmarketing/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', 'graphicd_wp_oerqo' );
/** Database username */
define( 'DB_USER', 'graphicd_wp_wmuzi' );
/** Database password */
define( 'DB_PASSWORD', 'pbY5L5W^Q7B#miTM' );
/** 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', ':[eHU7Sr&Dk~T&:zo0w74H3!9q/B]%%4S1Nx0yYBy8/m8;+h5h3FVu@@C0;T@qW]');
define('SECURE_AUTH_KEY', '9l(W8P#*RATY(hp5!%+0r[N4#5i)4+M;Wl(y8__Dizb3bl15Sk4kj;G1_*wTS_S1');
define('LOGGED_IN_KEY', '#1ZM!f-I8M3A0J:qo1_zQ;8;@6%Z5/Zpil]40A3N((VPZ1%9bGxS*IM*t46h9k4E');
define('NONCE_KEY', '+tlpOAK(;5T0)P3_RNy;CY4hEB07-44#66XwE~09ax%)@g!6L*4#)M!ApGZ0-xhP');
define('AUTH_SALT', 'eD#PG*nv|&NbF+pfEOb730~MO2!cXVie0M;T1_WEQ&:3O3#6[G9AM3cj%763sS4E');
define('SECURE_AUTH_SALT', 'A484cL1BSj#6&*16P8l8h4m5fj08Z3:p(43jI]Je2ZC)UAz7rZ1Pe&u+936/WB1d');
define('LOGGED_IN_SALT', 'y91M]:JZ(JAI9!1~WYt_&y71Kf560!SmL)29dL3E00FsXsSr63]HSPVFN--X!x(O');
define('NONCE_SALT', 'fc;cHHyx]3ck9qP7z/%9)V/4FR59+KbMq%b72994z%1_39-WP0u9i&3_w~4JCW(3');
/**#@-*/
/**
* 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 = 'ivBxxn2_';
/* 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 );
}
define( 'WP_CACHE', true ); // Added by Hummingbird
/* 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';