'aws', 'access-key-id' => 'AKIAS36IYC6C2B4WUVGW', 'secret-access-key' => 'Je2P64SSNjBb3ysk1mS7+fCDHwm3Toz66pySmyoe', ) ) ); // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', "tiemvietnamkende_db" ); /** Database username */ define( 'DB_USER', "tiemvietnamkende_db" ); /** Database password */ define( 'DB_PASSWORD', "Su=d(3DC06C9" ); /** 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', 'Gj&}@hRcBU/n/B %a(@FOe4=j9IyF4AaE(7+#L,uZWQ%&mmfrf!+b^oGag@t,PWJ' ); define( 'SECURE_AUTH_KEY', 'G)8~h#[Db-1C^vkl>!:V0i- QfZjA];)v`VT`{n}*]p@[t`GuFp@p)F`t,w' ); define( 'LOGGED_IN_KEY', 'eNp[2;F@FTAyJ3hj`ono }1z1C$JDL9]7Qm !l1Ez8epTcD.t|1Af_k4H' ); define( 'NONCE_KEY', 'QB}y4U-RQR2@~AV>&X)W8fJFG 2g]c!SG_L7k6@K@w#^3bc;7#A`n08ziT1D5Qyk' ); define( 'AUTH_SALT', 'kA.aQY*gLY|MOt-pAM(g~&wkkr/(o;X5J/l0D`4,`bOCZdb!dotziOn9R#{FSFRE' ); define( 'SECURE_AUTH_SALT', '3hs%^<_8bbEiPGq600iXtwjcW0s}x};0EsHMJ;[#l48&>jQyD_4hPc}Omc?5K2Jx#d|UG|/w' ); define( 'NONCE_SALT', 'i5?7Pki(Ld%K)+>3pU2w]?$ki9 IuV4l*+H!epm#;yURTo^%8F?iJ{b}{7QHaznF' ); define('JWT_AUTH_SECRET_KEY', 'l//UJ6%5>P_)-(Gvcjvews>f8YQUIk_8:Qb!4}9k2AM8Cnap8E?#/%-%iXN|S)A|'); /**#@-*/ /** * 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/documentation/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); /* Add any custom values between this line and the "stop editing" line. */ define('WP_MEMORY_LIMIT', '256M'); define('upload_max_filesize ', '64M'); define( 'WP_CACHE', TRUE ); define('FS_METHOD','direct'); // define('FS_METHOD', 'ftpext' ); define('FS_CHMOD_DIR', ( 0755 & ~ umask() ) ); define('FS_CHMOD_FILE', ( 0644 & ~ umask() ) ); define( 'WPE_RO_FILESYSTEM', false ); define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor define( 'DISALLOW_FILE_MODS', false ); // Disable add new plugins define( 'WP_POST_REVISIONS', false ); // define('WP_POST_REVISIONS', false); define( 'DISABLE_WP_CRON', true ); define( 'AUTOMATIC_UPDATER_DISABLED', true ); if ( WP_DEBUG ) { define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true ); } define('OTGS_DISABLE_AUTO_UPDATES', true); define( 'EMPTY_TRASH_DAYS', 7 ); // 30 days define( 'WP_AUTO_UPDATE_CORE', false ); define('EM_WMPL_FORCE_RECURRENCES', true); // Only uncomment when you are using WPML plugin. define( 'WP_SITEURL', 'https://tiemvietnam.com/' ); /* That's all, stop editing! Happy publishing. */ /** 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';