mirror of
https://github.com/Freika/dawarich.git
synced 2025-12-16 18:26:09 -06:00
7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
DATABASE_HOST=localhost
|
|
DATABASE_USERNAME=postgres
|
|
DATABASE_PASSWORD=password
|
|
DATABASE_NAME=dawarich_test
|
|
DATABASE_PORT=5432
|
|
REDIS_URL=redis://localhost:6379
|