| Current Path : /home/welbornwebsites/public_html/ |
| Current File : /home/welbornwebsites/public_html/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_wp1' );
/** MySQL database username */
define( 'DB_USER', 'welbornwebsites_wp1' );
/** MySQL database password */
define( 'DB_PASSWORD', 'PRsueG78x7r2' );
/** 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', 'SE[1iP-*Ud~zaV-zZ@c-[XU$OC=Hjx~ET,R?ev6K=Ejz@(8U?G!2t/|2vmCw&)Vq' );
define( 'SECURE_AUTH_KEY', 'a4|>nEI2:!sp`/,H@zai;xVjVg2,blx^w[!CO4O%NxnDF;&g-g1mMqV#byMo77ew' );
define( 'LOGGED_IN_KEY', 'A`&[SVd!N!0o1f1<1=`w+w]E 4TliR@<mvQ=nZ$/qOML/f pnV6ILk9| 3XA~Ij#' );
define( 'NONCE_KEY', '7W})4mB^|nKg1KS+3[>Ul^wp?Yo{O*y19v(P)QgmQeG+5eF=Z7vyStoD%X:$]uR/' );
define( 'AUTH_SALT', 'FEB7j/>;wRzFi`4o@,=.6J]jE5~V3D^G_0n66kuY5.oj[8lELPQ1cm2$anVa~? *' );
define( 'SECURE_AUTH_SALT', 'wxb{#bDaY:or*P=L7Heo}J_o(qZ2]2C[t:5#BduN<8Dl7}rF9%31b]GOpkY8Rrp.' );
define( 'LOGGED_IN_SALT', '8K-hF]Z2vPt>I<z=Eq#1wpM9?B-B[3z:>MNWh61HktUfoBT(df_&g $9b-T,u7c_' );
define( 'NONCE_SALT', 'Ad*3AW*6yNEn=7IJ<H*3fzdquTwJ+`8/BfH]#B!ASJC`XVC-Mrb9qO{.s+le*L~N' );
/**
* 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';