Files
Homme/.env.example
T
Mohammad Zwaib d475aed9fe Fourth commit
2026-07-07 20:54:51 +02:00

19 lines
536 B
Bash

# Copy to .env and fill in real values: cp .env.example .env
# .env is gitignored/dockerignored — never commit real secrets.
# --- Local Postgres (used by the db service and the app's datasource) ---
POSTGRES_DB=homme
POSTGRES_USER=homme
# Also used as spring.datasource.password. Pick any local value.
DB_PASSWORD=change-me-local
# --- Azure AI Foundry keys ---
OPENAI_API_MISTRAL_KEY=
AZURE_EMBEDDING_KEY=
# --- cloud.humbee.de ingestion login ---
HUMBEE_PASSWORD=
# Optional extra JVM flags (e.g. -Xmx512m)
JAVA_TOOL_OPTIONS=