# Copy to .env and fill in. Never commit .env. # The `hankan` database in your existing Postgres. `postgres` here is the # service name on the shared docker network, not a hostname on the Pi. DATABASE_URL=postgres://hankan:CHANGE_ME@postgres:5432/hankan # Shared secret between the app and this server. Generate one: # openssl rand -base64 32 HANKAN_TOKEN=CHANGE_ME # For the tutor. Omit it and sync still works — the app falls back to its # local stand-in tutor. ANTHROPIC_API_KEY= # The docker network your existing Postgres and Caddy are on. # docker network ls HANKAN_NETWORK=caddy_default