Gathering
<?php
/**
* Custom WordPress configurations on "wp-config.php" file.
*
* This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
* For more information visit {@link http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
* Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
*
* @package WordPress
* @generator GenerateWP.com
*/
/* MySQL settings */
define( 'DB_NAME', 'gat1018303460406' );
define( 'DB_USER', 'gat1018303460406ame_here' );
define( 'DB_PASSWORD', 'Gatheringumc1!' );
define( 'DB_HOST', 'p50mysql243.secureserver.net' );
define( 'DB_CHARSET', 'utf8' );
define( 'DB_COLLATE', 'uft8_general_ci' );
/* MySQL database table prefix. */
$table_prefix = 'wp_';
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', 'Loi+OJuiNjS_*$!$(z/C|`mdL-45n0rU.@dHVo^b]1gT2W!q@}-YZ+^S-kv!+$pQ');
define('SECURE_AUTH_KEY', 'ij`Ard>Keh*frP=id.Ys#^m?zoTqY:f8066EcZn$=&zo-;.ap_+hH.-s3I(eCr;r');
define('LOGGED_IN_KEY', '@/Zd=(%{|x3@#9H/LLb(iMc@lIlJ]w&uLb;22j2+:/qlUkEHZ3Qtp^`S~!touT`m');
define('NONCE_KEY', 'g$Ly3S41quL8 &^Rmq{BSc#SFf;n!54M$LH1gV)-|Bajb(a%d{0@GUs:@,Zrr;($');
define('AUTH_SALT', 'Fe^y}?#9]QjB7KqWOiT11Tv/Nl;s_8&}ab|+|:|[3h(Lh{fy[tk%:W[Ga,cd0 lW');
define('SECURE_AUTH_SALT', 'JLpJcp.exrKrZjZN+OQV|If&3V$J_-_y*7-M}nD7r[+,Q)a!u_VI;*IizTHmm<z$--W:pe%nZ8zcGVT-](/!tC`t+I,+RBQjH@BO');
/* WordPress Localized Language. */
define( 'WPLANG', '' );
/* Custom WordPress URL. */
define( 'WP_SITEURL', 'gatheringnow.org' );
define( 'WP_HOME', 'gatheringnow.org' );
define( 'WP_CONTENT_URL', 'gatheringnow.org/prod/web/wp-content' );
define( 'UPLOADS', 'gatheringnow.org/prod/web/wp-content/uploads' );
define( 'WP_PLUGIN_URL', 'gatheringnow.org/prod/web/wp-content/plugins' );
/* 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');