photodock/.env.example
2025-12-29 01:16:11 +03:00

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