File: /home/awaldron/_domains/pennhillscdc.org/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:
*
* * 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 ** //
// LOCALHOST
if ($_SERVER['HTTP_HOST'] == 'localhost:8888') {
define( 'DB_NAME', 'phcdc_new' );
define( 'DB_USER', 'root' );
define( 'DB_PASSWORD', 'root' );
define( 'DB_HOST', 'localhost' );
}
// PRODUCTION
else if ($_SERVER['HTTP_HOST'] == 'pennhillscdc.org') {
define( 'DB_NAME', 'awaldron_phcdc' );
define( 'DB_USER', 'awaldron_phcdc' );
define( 'DB_PASSWORD', 'R0+Igmj#YKwG' );
define( 'DB_HOST', 'localhost' );
define( 'APPDB_NAME', 'awaldron_phcdc' );
define( 'APPDB_USER', 'awaldron_phcdc' );
define( 'APPDB_PASSWORD', 'R0+Igmj#YKwG' );
define( 'APPDB_HOST', 'localhost' );
}
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', '8vy|ko]7vv52DJCvNcu}&re07kZ>w&!fI{J+K6QSR!ZV7-eUI9#G03s{ff?8%pBO' );
define( 'SECURE_AUTH_KEY', '|j3~cJX=P6?BML[)NK@H0Qh+|&zTnF2BA=6ZOH+aAp78%C%;#,y7O_^nfb7Q7k;K' );
define( 'LOGGED_IN_KEY', '&BmR+-PEd`J<+R1lXP>{t_+aVFz{DmPh~**6Y Zx8bck}PD_xGd2lU-=Y@}DBS)h' );
define( 'NONCE_KEY', 'E7<{D[bvzO23F?|uD%&UKuf}~lCc#w>|UTvown-Eoe_+-J;jp&M_5V,[+s#YNf0!' );
define( 'AUTH_SALT', '1lshl>v{%5#ejf2_;?>:y$`U{N%$I$AwP}A<V4xEu.d4m1|W*j(MP9Q&lWHm[3kT' );
define( 'SECURE_AUTH_SALT', '.A{}c#*/IFxB9Q-`,-~]?3P+9HCP$J@9W0:xa2(zVX&vaNm&.[g50Otz{0V/h+fm' );
define( 'LOGGED_IN_SALT', 'aQ0X8!a#2V.N1Vo$N[9s` :w%BQ78&9c3zisoZ0,_$/[F(1rg8R]V5IDW3}gMO?v' );
define( 'NONCE_SALT', 'rZ]~zdjVKTO]FIVx|+6TQJVnlT$/l1{$3^DA|sS0@jk F&6rYcuBO!Wm>HRWfnj5' );
/**#@-*/
/**
* 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 publishing. */
/** 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' );