HEX
Server: nginx/1.18.0
System: Linux vcwordpress 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/newfaith.focalat.com/new-faith/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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'newfaith-latest' );

/** Database username */
define( 'DB_USER', 'root' );

/** Database password */
define( 'DB_PASSWORD', 'vMgreq3BFmjjBAYNQn' );

/** Database 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',         'b|>OAth+o6/;TF:8N9O@jFcN`TG <QxRAu;E[@RBUh<^$W!tZUi{oP_XwFREeFm3' );
define( 'SECURE_AUTH_KEY',  'w1V<_Ki% *,*DVmaz-m:anUo6ydW<D3YP|&*GhjtJj=L+%(CY~3Q,sdU@W!DeX$(' );
define( 'LOGGED_IN_KEY',    '?+wiDTV/ndly/BP3ILrVQW33l.zuS{a%zdMXHtB|pZgtpve!a{.1]WJ<Hy|DLq (' );
define( 'NONCE_KEY',        '4Kaqu|BiJzEqo.v1/}fS_,VUYmYdpn&[jHD,HrOZeBP2}Wm#)MA_gn{(k$|rR~=5' );
define( 'AUTH_SALT',        '*]0~SS+LJQT7q%)K4)mrCKulKsfsEO*vcQ(,YSd}gA8~9?8j vHA[L!%L~(Pa3$U' );
define( 'SECURE_AUTH_SALT', '0BUyq~?}uJa)}nCwIQS-?=}rZ^_n6]ux!f79(s.7t6GV#u %`F2Dw{V]-] B@-]H' );
define( 'LOGGED_IN_SALT',   'h#_FG^1.Bjj Wi9QHxo>N1oU;KQX:^tB=sc_ps%!US!!fDn?YYxyQ@(,tCG>Szq3' );
define( 'NONCE_SALT',       'zK%<zLc+n{7+DrtPVV=TKkta!2yNmhq3eeN4p2f!NdVUG=_.j<81qE2kB9#&!RM|' );

/**#@-*/

/**
 * 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 = 'nfb_';

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define('WP_HOME', 'https://newfaith.focalat.com');
define('WP_SITEURL', 'https://newfaith.focalat.com');

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
define('WP_MEMORY_LIMIT', '1024M');
define( 'FS_METHOD', 'direct' );

define( 'SMTP_USER', 'AKIAT54DL5XTT7ACIZI6' );
define( 'SMTP_PASS', 'BGcjrsFtd+T/uJJ59AZNL2OgSgIQx7NAJWP7Qj2oVpKm' );
define( 'SMTP_HOST', 'email-smtp.us-east-1.amazonaws.com' );
define( 'SMTP_PORT', 587 );
define( 'SMTP_SECURE', 'tls' );
define( 'SMTP_AUTH', true );
define( 'SMTP_FROM', 'noreply@viitorcloud.com' );
define( 'SMTP_NAME', 'ViitorCloud' );

/* 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__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';