mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-31 01:39:32 -06:00
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
DATABASE_HOST=localhost
|
|
DATABASE_USERNAME=postgres
|
|
DATABASE_PASSWORD=password
|
|
DATABASE_NAME=dawarich_development
|
|
DATABASE_PORT=5432
|
|
REDIS_URL=redis://localhost:6379
|
|
|
|
# Fix for macOS fork() issues with Sidekiq
|
|
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
|