File: /var/www/stg.e-tdr.com/e-tdr/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', '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', '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 );
define( 'FS_METHOD', 'direct' );
/* Add any custom values between this line and the "stop editing" line. */
define('SMTP_HOST', 'smtp-mail.outlook.com');
define('SMTP_PORT', 587);
define('SMTP_USER', 'support@e-tdr.com');
define('SMTP_PASS', 'P$161411465445uf');
define('SMTP_FROM_NAME', 'e-TDR');
define('SMTP_FROM', 'support@e-tdr.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';