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/stg.e-tdr.com/e-tdr/wp-content/aiowps_backups/backup.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', 'stg-etdr');

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

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

/** Database hostname */
define('DB_HOST', '192.168.1.65');

/** 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',         'leC@KB#$UN]>A@j~<RI`_PTU:W5Eo*HgvA{Y!(u (~SsbNL>V)g?0+xw`,mZ-q-&');
define('SECURE_AUTH_KEY',  '10x_jqQgv*%[Y3-mZ,a8$Y{/QP(rV[nf1cBB Fw[2pZh-c w0^|]hss3D)I27W@4');
define('LOGGED_IN_KEY',    '0Ve8-eYKJzgT%XcLlX[|D5-XRF$Wx`9}f~o1<0*H<<+X&lF?Y/Nqdmq>uj.W`fHj');
define('NONCE_KEY',        'a>1?n4l4uq6|@:,LDOg`}|KN h;@Pro29+eu&{?PV@~WA!Hk;11J=j`Z9i}<g.w]');
define('AUTH_SALT',        '2B9XZu$xs9F9^-Gnb| ;TF9}N8oAmy3.wn>(eF)P~:--F2x11Tckw$8j!Dg&}9I3');
define('SECURE_AUTH_SALT', 'J^qeV[4Q-*oIw>U9n5)`LqX&}{wbV39,Gs{h|,6=deckH^T!z&4YkmD`IzVeXB|j');
define('LOGGED_IN_SALT',   '=D4k&Nu:5^)$A|qpuj9N[@kSO3M~*,cEqg4SB )f KpnMDP17vCxtNz=,KA5Wj?d');
define('NONCE_SALT',       '2E!as5.uCC$QFIgtGhJq)`|<]7_Dwl8A:6_1PkY_zY?alS aLC_cjY/gRsvml3ih');

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$table_prefix = 'etdr_';

/**
 * 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_DEBUG', false);

/* Add any custom values between this line and the "stop editing" line. */

define('SMTP_HOST', 'email-smtp.us-east-1.amazonaws.com');
define('SMTP_PORT', 587);
define('SMTP_USER', 'AKIAT54DL5XT37PXBWSI');
define('SMTP_PASS', 'BPFYPV3lfrXsFz5V7C8fjxB5opNQmFGo4qdl35CkvQRZ');
define('SMTP_FROM_NAME', 'EveryCred');
define('SMTP_FROM', 'admin@everycred.com');
define('SMTP_SECURE', 'tls');

/* 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';
//Disable File Edits
if (!defined('DISALLOW_FILE_EDIT')) { define('DISALLOW_FILE_EDIT', true); }