fix: Add X-header for EMandate.

wip: add message template
This commit is contained in:
2025-10-29 15:34:54 +05:30
parent 654b4ddaf7
commit f807f62660
5 changed files with 17 additions and 2 deletions

View File

@@ -6,5 +6,6 @@ dotenv.config({ path: path.resolve(__dirname, '../../.env') });
module.exports = {
port: process.env.PORT || 8080,
dbUrl: process.env.DATABASE_URL,
redisUrl: process.env.REDIS_URL,
jwtSecret: process.env.JWT_SECRET,
};