feat(db): add postgres setup and multi-tenant config
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user