<?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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'wp_drlowellchow');
/** MySQL database username */
define('DB_USER', 'drlowellchow');
/** MySQL database password */
define('DB_PASSWORD', 'Something$$22');
/** MySQL hostname */
define('DB_HOST', 'drlowellchow.netfirmsmysql.com');
/** 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', '+;H~,!1j5J+EYWa]Y!:(IykkZAs93(H]4MLW>95G`/b[Qv*f$??j7Zw<N)+FxHOj');
define('SECURE_AUTH_KEY', '<b&6u7V{{lb6Q<Ukh`I~(#a(|NA^S4v>eUdJ_V[~uf^[##)0:bg&3%UG%@^[+beM');
define('LOGGED_IN_KEY', 'A<Lc2&ERU{r^iIu(gmtjvi_;);W9r#z*oJ]n/Z-~&jR{Cc[ihzf+QL%Zms;DP!+W');
define('NONCE_KEY', 'T{^05/}nLCN 6zlpU5&:yZ/Bw(dE~HN_-=_)R!VAn7ZFht% .N }R[1pkC+L$f0(');
define('AUTH_SALT', '@1}BPseRl$9G~?9r`]A=qq5j(7Pv$l59RALWgxipK+qtfGK-N1_AxLW1;?oWO^wQ');
define('SECURE_AUTH_SALT', 'vlD7:xm+u+C`vcaA@A!#PT*L_ASASLr@Gtn.(#,%D:zphjcWDg=x!M7;5q7YP+|E');
define('LOGGED_IN_SALT', '-MHz}#-fE#3Z(A`e~|`+%;^JBNl#Am|<u+#2kGj[^?w914*nQD](fk)4IGOv<t<-');
define('NONCE_SALT', 'o0;^|*Y#Ng8e*9`KxN:n415/g1pdEq]0a-2t1lKs2SAR%m@K|/K~(E:c6o-Ezc&`');
/**#@-*/
/**
* 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_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
/* 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');