4 lines
211 B
Bash
4 lines
211 B
Bash
# Copy this file to .env and replace test-only values for non-test environments.
|
|
DATABASE_URL=postgresql://drift:drift_test_only@127.0.0.1:55432/drift_bottle_test?schema=public
|
|
REDIS_URL=redis://127.0.0.1:56379
|