env structure, overall formatting check, sequelize config, minor util checks, minor validator aggregation change

This commit is contained in:
2024-08-14 21:22:25 +05:30
parent 1abcb3ac4e
commit e2c544aee2
14 changed files with 67 additions and 70 deletions

1
.env
View File

@@ -2,3 +2,4 @@ CLIENT_ID = your_client_id_here
CLIENT_SECRET = your_client_secret_here
SESSION_SECRET = 'your_session_secret_string_here'
PORT = 9001
TRUST_PROXY = 1