mitai-jinkendo/.env.example
Lars dc87e7f3b8
All checks were successful
Deploy Development / deploy (push) Successful in 44s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 13s
cursor_Setup
2026-04-04 14:05:50 +02:00

36 lines
1.5 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ── Datenbank (PostgreSQL v9b+) ────────────────────────────────
DB_HOST=postgres
DB_PORT=5432
DB_NAME=mitai
DB_USER=mitai
DB_PASSWORD=mitaiDB-PostgreSQL-Neckar-strong
# ── KI ─────────────────────────────────────────────────────────
# OpenRouter (empfohlen):
OPENROUTER_API_KEY=sk-or-...
OPENROUTER_MODEL=anthropic/claude-sonnet-4
# Oder direkt Anthropic:
# ANTHROPIC_API_KEY=sk-ant-...
# ── E-Mail (SMTP) ───────────────────────────────────────────────
SMTP_HOST=smtp.strato.de
SMTP_PORT=587
SMTP_USER=lars@stommer.de
SMTP_PASS=dein_passwort
SMTP_FROM=lars@stommer.de
# ── App ─────────────────────────────────────────────────────────
APP_URL=https://mitai.jinkendo.de
ALLOWED_ORIGINS=https://mitai.jinkendo.de
# ── Pfade ───────────────────────────────────────────────────────
PHOTOS_DIR=/app/photos
ENVIRONMENT=production
# ── Gitea API (lokal, für scripts/gitea/gitea_api.py niemals committen) ──
GITEA_BASE_URL=http://192.168.2.144:3000
GITEA_OWNER=Lars
GITEA_REPO=mitai-jinkendo
GITEA_TOKEN=