back to sequelize

This commit is contained in:
2024-07-27 23:30:37 +05:30
parent b79170aafd
commit 6c497c9be1
9 changed files with 1220 additions and 22 deletions

View File

@@ -1,2 +1,7 @@
REDIRECT_URI = http://localhost:9001/api/auth/callback
TRUST_PROXY=1
TRUST_PROXY = 1
PG_USER = your_postgres_username
PG_PASSWD = your_postgres_password
PG_DATABASE = postgres_database_name
PG_HOST = localhost
PG_PORT = postgres_instance_port