Populate .env.example with all configurable variables

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chris 2026-05-24 20:31:36 -04:00
parent 0cae6c6188
commit 6f12efd3fb

View File

@ -1,2 +1,21 @@
# Copy this to .env and fill in your values # Copy this file to .env and fill in your values.
# Not currently used — configuration is in Caddyfile and docker-compose.yml # docker compose reads .env automatically — no need to edit docker-compose.yml.
# ── Security ──────────────────────────────────────────────────────────────
# Long random string used to sign login tokens. Change this before going live.
# Generate one with: openssl rand -hex 32
JWT_SECRET=change-me-in-production
# Password for the /admin panel.
ADMIN_PASSWORD=admin
# ── AI Writing Prompts (optional) ─────────────────────────────────────────
# Base URL of your Ollama / OpenAI-compatible server (no trailing slash).
# The app will call POST ${OLLAMA_URL}/v1/chat/completions
OLLAMA_URL=https://ai.binarygnome.com
# Model name as it appears on your server.
OLLAMA_MODEL=gemma4:latest
# API key / Bearer token — leave blank if your server doesn't require one.
OLLAMA_API_KEY=