EMS: move DB connection to env

This commit is contained in:
cracklesparkle
2024-12-18 11:28:38 +09:00
parent 87866e4e51
commit dec796b75e
5 changed files with 21 additions and 15 deletions

View File

@ -17,7 +17,7 @@
"axios": "^1.7.4",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"express": "^4.19.2",
"express-validator": "^7.2.0",
"ioredis": "^5.4.1",