File: /storage/v6964/srce/public_html/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://wordpress.org/support/article/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', 'srcedb' );
/** MySQL database username */
define( 'DB_USER', 'srcedbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', '3k2hadd0IC8TaFsMXq' );
/** 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', '/waP]W]eZO.dU>qfI]+]M6jfm> LJ|Q:u0Yj>?KcpRNKppeLr:g5]Vy%.lTl]Rjl' );
define( 'SECURE_AUTH_KEY', 'WUSKaiv`2~UtDQ/pXJJuNs[|;:<nV|vsml&M..K)|Es0S5x@|lZ<o6^Y>Yp~^[SD' );
define( 'LOGGED_IN_KEY', 'b[mG^T6FMa$o2BKruvu/D7kW+7FwDB!i#dAy8LOY*>j,=5v1{K+B4;fGuY[`Oy`3' );
define( 'NONCE_KEY', '|>Zs_V,nOi94l8zM:Ym>DW->;-CU3Jmd[up8O16YVB=SIGjLQSUD?e@0`~4Vk7;I' );
define( 'AUTH_SALT', 'Q#u_h8chf&Q6N&s$JdO4$g]9@.yi=L/n7/$r}USe^qsKpZcozR@G-_C~Ju%!zJ>a' );
define( 'SECURE_AUTH_SALT', 'le{n!-kNz7 1{^ut3w@z2wKpz)E3rX qs4y:<M-n5z86Eoib|qGc{T_A*ccsqWRN' );
define( 'LOGGED_IN_SALT', 'S7L.Z<*Kt9&/1d->#`~~/]T8gsUUG(`Ab*d0G0v@{B/OxV2W^W80(EgQZdFg>)n3' );
define( 'NONCE_SALT', '>3CJU^~]Tu*)/y29~T{uh6&8d-T0+EMl/x/kE!Rk:F[b_$Et}#;1>zAcalFea.Np' );
define( 'WP_CACHE_KEY_SALT', '6rXlnJZDCzt)dTTSURgMd t`w.JLd@` }-lnE1i ?u|u`&w0rA<Q#tt(:}T{fRmb' );
/**
* 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_';
define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', 'n1UA5lG4DhatPfucqwpF1vPAk' );
/* 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';