| 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/usa_sites/newusagrants.com/ |
Upload File : |
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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', 'nusag_wordpress');
/** MySQL database username */
define('DB_USER', 'nusag_wordpress');
/** MySQL database password */
define('DB_PASSWORD', 'N2y9ynRQUYYVx3WH');
/** MySQL hostname */
define('DB_HOST', 'db.syndbs.com');
/** 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', 'Jrg&`*k<=jW]u&sY)2G`a-oeMiENo]=Dq0aY^6@r^DyGGD@g`F#kKVbff0FVPWT&');
define('SECURE_AUTH_KEY', 'uSIRj{yNgg#{G$n>+O3:U s}t[LZRWwFr!maAMRj$f41fU:X}n?k7MN[FW>L P_m');
define('LOGGED_IN_KEY', '5_~ S0M3r}xt`PVEkfekLB>5:~,B3Ppz-NwYPW^z&8Hb-XSCQY68b_Z.z>3Rnz4%');
define('NONCE_KEY', 'm<|nn:vkerCQ7_zl5)h~yTakaujiR7A=kanN3<;<i?JagR6]pFT0r;;vChr^D?0y');
define('AUTH_SALT', 'J<iJHU3/_KjDqi<Z&&V^Jav$}(7=e8h]Ai (tPJ<*v=n|-?X+DKA;@|NpveGUg)p');
define('SECURE_AUTH_SALT', 'v4.e{P>VoHE~/8poh_>|]$jSPsHEv5c#Cy^QVLsU)^qV-,[+Z]`rf!3d~nVc1|3l');
define('LOGGED_IN_SALT', 'f)lr|/C>3iK,4wu(aV}EYUnIOPzEFYKG6:]kKUbf19M|Q1qaGqY,+8,:{ZxQxMFg');
define('NONCE_SALT', 'f~,X0tMSauTYxqwglf>ebf,0;!Zw[7SU`@$Iy]:7A+za{N. !)n#2LZVZ|hAF*5`');
define('FS_METHOD', 'direct');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
define('WP_HOME','https://www.newusagrants.com');
define('WP_SITEURL','https://www.newusagrants.com');
/* 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');