| Current Path : /home/welbornwebsites/dkssolutions.com/ |
| Current File : /home/welbornwebsites/dkssolutions.com/wp-config.php |
<?php
define('WP_AUTO_UPDATE_CORE', 'minor');
/**
* 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'welbornwebsites_wp6' );
/** MySQL database username */
define( 'DB_USER', 'welbornwebsites_wp6' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Oll)h3S0touc' );
/** MySQL 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', ')9 5.7InUA,c@~ lZkp+fh3@~!T0yScILoQhPzU>eq6 <22sj5?_D~HH@e*GjS15' );
define( 'SECURE_AUTH_KEY', 'HcpXU5-[c@i>D1CD!L(lB#Nvv$vwwFwaH}z`y<hw<)JUCLq%}7$]|e@ZN`wmWk^]' );
define( 'LOGGED_IN_KEY', '<! H!vf(4}(v!19y<vNd{l]<r&g15[m-{Fh}:$2ch%X>Y^e7zJ[z(<_f6w=XFiHi' );
define( 'NONCE_KEY', 'eJ^n7KTUIfo0#k(hixS[w:GyXJv~o<O%]n_].HE=yZjiiN(A^n]D1z0qRxrG6(If' );
define( 'AUTH_SALT', '?Z,Ji :F* T=$~$4g-r-FJrW-cY3/NcSD#QOgz;rHhNQN~R}Rr|cbFQ;<*6rL,=p' );
define( 'SECURE_AUTH_SALT', '-)4SKXt+_.#G.qWa<ml_XWx5mGwfS_)bCiH|3hbTC!XXp;9DXi+:Wh9LU[LqD3*}' );
define( 'LOGGED_IN_SALT', ';a|[/>Y_Wq}({at5/gK{(3%*^hi(`y)J*}Dd#BA4nzUOZS_c=B8fkD2t3A.yJ*.Q' );
define( 'NONCE_SALT', 'a)H%?w9Jp#QN/x}}Z vf8N^C_KZ.BrLFlqOU|j{}tHvtLbGFc ]3N^3)5L4jVhKq' );
define( 'WP_CACHE_KEY_SALT', 'U/7ze$)(_<$,GYdz1}[M=R=XHW_|w6p#~`HLnOqprbkjqO,EPu4/&IX{DJyT`fuD' );
/**
* 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_';
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';