Fourth commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user