7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
# Test Database Configuration (Docker)
|
|
TEST_DATABASE_URL=postgresql://postgres:postgres@localhost:5434/dbis_core_test
|
|
|
|
# Test Environment Variables
|
|
NODE_ENV=test
|
|
JWT_SECRET=test-secret-key-for-testing-only
|