12 lines
428 B
Bash
12 lines
428 B
Bash
# Bind directly to the Tailscale address in production.
|
|
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
|