Current Path : /home/church/public_html/inspirewithangela.com/ |
Current File : /home/church/public_html/inspirewithangela.com/wp-config.php |
<?php //Begin Really Simple SSL session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple SSL /** * 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', 'church_inspirewithangela' ); /** MySQL database username */ define( 'DB_USER', 'church_eessel' ); /** MySQL database password */ define( 'DB_PASSWORD', 'myGL3&[PBNCH' ); /** MySQL hostname */ define( 'DB_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', 'hl`o=UD%U3$gH|[}z>Gwb^XtVAy|!&G*T#t-cleZhzsd)h1j,3*H<w~|6m=z<j;e' ); define( 'SECURE_AUTH_KEY', '2%sk<Bdfsd,_TLSWZ[V<+;y+lG0Ejvj6`qO$|n/d))57KU;#54o-,9avU9i>OBVg' ); define( 'LOGGED_IN_KEY', 'y{ge`}TRkKp ^rMfk:gYJyJI~K$a]R6 mir=B>CRiQc3[LSPzam53ma4_B-V)a^' ); define( 'NONCE_KEY', 'Kbc/f`C=TST6 Qn)0`=WB0%oo5)o)^mi<oUz5B|]kk@}NQ@iNt*Zy+9ZsVn_t~t$' ); define( 'AUTH_SALT', 'j,,e4.eiM[-0nj^@]>A!d`mnY}AwaU<UIwk`fOtcj%k08;w}p jX!7|tG2629o?/' ); define( 'SECURE_AUTH_SALT', 'XN|!wkec<(:8NdHai]nR>#>LUJdW.VFQ&C.@,q~/]{F<wRi2h,e%~6Qx@Rs:3UVt' ); define( 'LOGGED_IN_SALT', 'VXEX^i.e_t1XM2NF_i]rh#n9LV`3>nUIP9$T>xDgfe#FDM.BS+JbKzN?`!$RR$zH' ); define( 'NONCE_SALT', ')b._wzP[k0KNXso-;$$[QAE]@HkR/|Kr/1+PO@(=yhi>0vu 0]-RAG~<Lb>Oh`XD' ); /**#@-*/ /** * 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 documentation. * * @link https://wordpress.org/support/article/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', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';