Files
dodo/.env.example
T

5 lines
161 B
Bash

DODO_DATABASE_URL=postgresql+asyncpg://postgres:[email protected]:5432/dodo
DODO_COOKIE_SECURE=true
DODO_SESSION_DAYS=30
DODO_TRUSTED_PROXIES=127.0.0.1