| Current Path : /home/welbornwebsites/dunbarconstructioninc.com/ |
| Current File : /home/welbornwebsites/dunbarconstructioninc.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_dunbarconstruction" );
/** MySQL database username */
define( 'DB_USER', "welbornwebsites_dunbar" );
/** MySQL database password */
define( 'DB_PASSWORD', "XF9rom,V0O2e" );
/** 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', ' ;EsK IRYR--X))qyZIiWiU2lbs6+%ZR$CBPY*= X!Xc$DD`^*@a_l>i3AUnk_ }' );
define( 'SECURE_AUTH_KEY', '3OzMExf0*D7e+;kP h+.8RaZULKZ_9O]U?2bz5by}J5x/9Ce68&f^)b3/rggAnS4' );
define( 'LOGGED_IN_KEY', '`ydl@I8Lt>.uuRA<R=%z|f0qH$ &aH(QMS91882lEid*ND0.uY3#WPTr`yn|h[qY' );
define( 'NONCE_KEY', 'Ymb2EBR;7cf;T?{?EeASESYj+N!&.~|Mt`]>;)5zQ6&O%zaIcepqUjo:NMA42bYQ' );
define( 'AUTH_SALT', ',&(:;Om9GI)JU!wO(-_9|Vl%Rh@:`8kY69~~f/#T4x[V)^iNmxU3=#j59><A*M[b' );
define( 'SECURE_AUTH_SALT', 'fAL6-MKN2neom49eERge:>S/N|6wNx9j$jJ{E55{eJKlsXo-xa;#UkkRl&@uG>1$' );
define( 'LOGGED_IN_SALT', 'b>>8M Z~cc#Dt+5)xYy~xoqENLVB2Z)Q,MhRMp{hs1_NcaYHCx;SJ^6!`|]q?]=k' );
define( 'NONCE_SALT', '1bUT08R8*;j!!{#|2{ms-ZxqYnOa+_[k144YuKbHuP<w)@i3mKTz[:$:>tm]z!z7' );
define( 'WP_CACHE_KEY_SALT', '?|s+djy?nCV;A;;etYKbc$#s3LL[K].,eh%^#[!E 87[YK?7x;E_lypfS~zn3,S ' );
/**
* 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_YMb1N2_';
define( 'DISALLOW_FILE_EDIT', true );
/* 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';