feat(db): add postgres setup and multi-tenant config

This commit is contained in:
DanielS
2026-08-18 23:56:51 +02:00
commit 407d40b2e8
13 changed files with 420 additions and 0 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
POSTGRES_DB=smartseat_db
POSTGRES_USER=postgres_admin
POSTGRES_PASSWORD=change_me_super_secret_admin_password
POSTGRES_PORT=5432
POSTGRES_APP_PASSWORD=change_me_app_user_password
POSTGRES_MIGRATION_PASSWORD=change_me_migration_user_password