apps/jotts/.env.example 243 B raw
1
JOTTS_PASSWORD=changeme
2
JOTTS_DB_PATH=jotts.sqlite
3
COOKIE_SECURE=false
4
HOST=127.0.0.1
5
PORT=3000
6
# Optional. When set, enables the JSON API at /api/notes gated by x-api-key header.
7
# Leave unset to disable the API (returns 403).
8
JOTTS_API_KEY=