mirror of
https://github.com/Alexander-D-Karpov/photodock.git
synced 2026-03-16 22:06:35 +03:00
6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
DATABASE_URL=postgres://user:password@localhost:5432/photodock
|
|
MEDIA_ROOT=/path/to/photos
|
|
CACHE_DIR=/path/to/cache
|
|
LISTEN_ADDR=:8080
|
|
ADMIN_USER=admin
|
|
ADMIN_PASS=very-secure-password |