Files
time_track_server/.env.example
T

13 lines
503 B
Bash

# Bind directly to the Tailscale address in production.
# All password/token values may contain special characters like @ : / # %.
BIND_IP=100.103.83.12
POSTGRES_DB=time_track
POSTGRES_USER=time_track
POSTGRES_PASSWORD=replace-with-a-long-random-password
ADMIN_PASSWORD=replace-with-a-long-random-password
SYNC_API_TOKEN=replace-with-a-long-random-token
SESSION_SECRET=replace-with-a-long-random-session-secret
APP_TIMEZONE=Europe/Vienna
OLLAMA_BASE_URL=http://100.103.83.12:11345
OLLAMA_MODEL=qwen3:8b