spp
<?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 https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
* Created using {@link http://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
*
* @package WordPress
* @generator GenerateWP.com
*/
/* MySQL settings */
define( 'DB_NAME', 'salvato1_btnineteen' );
define( 'DB_USER', 'salvato1_btuserz' );
define( 'DB_PASSWORD', '1MUU5Bh**B8k' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
/* MySQL database table prefix. */
$table_prefix = 'wp_';
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', 'E=$|9BL|5&FY7)diQZ52u,740^[C8nG+0Ml6 s#7F/$l~-gk|-$Zzm}|U>%');
define('SECURE_AUTH_KEY', 'ml8d(wG>oB-qG6|.4g/.3_;Onig%MM6 ?Z&|D.Kiw^E9lqE|@rC&sNxZGt]s^CF$');
define('LOGGED_IN_KEY', '[R. XvA?Jgeq{m)@(uiLHAWPhi[YJ!|[R~~+}H<s-JcOjYnO[w,Lx6GZ<G&H-+7u');
define('NONCE_KEY', 'BpY5JAa}T-)77I3,+U~hiu||nw!<(Gm0w6Rp+s&!:]');
define('AUTH_SALT', 'd;-sbN-l`w:LDgA *DMe15i*m,OMpyG:3;x28``d!K/))-@gc`s|rEsJ.TypwY-d');
define('SECURE_AUTH_SALT', ']#n:s&qOftQ8)84zRD+;,&:(kS)kDj<FZrrt9-JlrddXM4|5o5U1F1[{BoFbn1=T*YDBuyq[59j5jJx-9');
define('NONCE_SALT', 'tto,Fk]qn?-^ZQ|kd.{w%x)96y*5dl$STCRAX_K-.vk@a=c;R[HQphh-6Jj%(R/b');
/* Custom WordPress URL. */
define( 'WP_SITEURL', 'http://spplawyers.com' );
define( 'WP_HOME', 'http://spplawyers.com' );
/* 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');