Skärp testdatabas: TEST_DATABASE_URL endast, cibello_test, auto-migrate
This commit is contained in:
@@ -13,6 +13,7 @@ LOG_LEVEL=info
|
||||
|
||||
# --- Databas (separat databas + minsta möjliga privilegier, spec §52) ---
|
||||
DATABASE_URL=postgres://app_user:app_dev_password@localhost:5432/app
|
||||
TEST_DATABASE_URL=postgres://app_user:app_dev_password@localhost:5432/cibello_test
|
||||
|
||||
# --- Redis (BullMQ-köer + cache) ---
|
||||
REDIS_URL=redis://localhost:6379
|
||||
|
||||
Reference in New Issue
Block a user