mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-09 08:47:11 -05:00
6 lines
165 B
Text
6 lines
165 B
Text
DATABASE_HOST=localhost
|
|
DATABASE_USERNAME=postgres
|
|
DATABASE_PASSWORD=password
|
|
DATABASE_NAME=dawarich_development
|
|
DATABASE_PORT=5432
|
|
REDIS_URL=redis://localhost:6379
|