9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
|
|
# Integration tests environment variables
|
||
|
|
# Copy this file to .env.integration and update with your values
|
||
|
|
|
||
|
|
# DB API URL for integration tests
|
||
|
|
TEST_DB_API_URL=http://localhost:8081/api/v1
|
||
|
|
|
||
|
|
# Test user login (8-digit)
|
||
|
|
TEST_LOGIN=99999999
|