File: /home/workshopbrain/public_html/letters2trump/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 ** //
/** The name of the database for WordPress */
define('DB_NAME', 'workshp3_ss_dbname4a5');
/** MySQL database username */
define('DB_USER', 'workshp3_ss_d4a5');
/** MySQL database password */
define('DB_PASSWORD', '2JV5Jtss734Q');
/** 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', 'FL]Z]@gW&ANoFi}K%C?GrP;j%Qf{oczT*?Ne!g}(tm_uKNkw$V@lIwy!$u?e$[AMjjY/]MF^jr!Xkgv{Qau*NU=byTTnNkBOZ^(>-jM]>N--hIjE?Br^jo]RySL!Lk)D');
define('SECURE_AUTH_KEY', '!|>/q>AG>|M=Nfu$OM;W[<Afy(em[*Z_j%?zGcn&eDM[nAVlhfEwwnX?g{<l$(KJ^KAEnPJhMZK[UPugUUf-=*Oqc$<iKEN^S=VR/>IKQgo>nOBPn!$Fr_EJBMy|wXr^');
define('LOGGED_IN_KEY', 'UV$FqgxqAA(><<c^MBtuAj+Q-Y/vN(|r(q&e%{SRV$Mov@Bj}}-XeL*QAdS@*|LjJ!H%Ex^(ipe%P[&O@hLws+aMV*-!SCk-EsY)N!iClM==iF]fIXJgSL[%tLdB!hnc');
define('NONCE_KEY', '|h<vECJTq_hryZYaIEv]zl$?eYm/[CDx/cu@POF|YVc>L)G!daDtSG}CZh;G_}eYf!Ja%O-wq|Qmzx!R[p(VgGBSFkfdO?v>UiSpxHvkp+AD|?U^l!@xDfjDy)tv)m?t');
define('AUTH_SALT', '=BDOi>Db[-w;|mEyOwh<CAdlvj!ohZyKHy&Wl|RX?T^h?Nhx{qjPDyY&&Fr!Os)VE]^zOPrLmpRUk+FAZYD_%rF;)!RdW!t/m!ko)HEGKfz[$?!*Zb<Q&<fvHygEu/><');
define('SECURE_AUTH_SALT', 'qX+O-JpV$Q(Nx*roe^GcYT{;Ipf*g)ePIm);-uB=H|Z_Fw<Dq/;E}nWLPUAS[ZTlMK_O@=?;d@qWx@mXd;ULyJ?yFhXKPPRTBE&xcEGzE|h@OZQh*{k?&kI?+fjEN;dw');
define('LOGGED_IN_SALT', 'dgWpEk;/_je(+o$}HWvhcCPoBN*VNEnA{/^gHl]AbS>Sto=n|EcHw?=kA$tSZ=VG|||_]Kxvs_MW^wJ]*rWJakbWxmCwiAfD!GA_Z|d{?wN$NRLPVsNOP|IPxNKm_Em{');
define('NONCE_SALT', 'd;=K{^C((Gd=gg|W>>+!+*!SSgL]USPzjdI$*eIPm(cBdMB&r_Qz(fZDZO^oos<)^n_KM({yT!(N}sa>*WqKsDzZf()*BZ+UDmQr%gDdtm-L^cmqf!OWIwjuaEI]{Wjc');
/**#@-*/
/**
* 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_mprw_';
/**
* 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');