5d60d33db1
Volledige Foodlinkk Command Center uitbreiding met social automatisering, reclamefolder filters, Proxmox monitoring en documentatie.
24 lines
432 B
Bash
24 lines
432 B
Bash
# PostgreSQL (extern op VM106 host)
|
|
DB_HOST=10.4.7.18
|
|
DB_USER=aissa
|
|
DB_PASSWORD=changeme
|
|
DB_NAME=foodlinkk
|
|
|
|
# Cockpit
|
|
TOOLS_API_URL=http://tools-api:8700
|
|
OLLAMA_URL=http://10.4.7.19:11434
|
|
OLLAMA_MODEL=qwen3:8b
|
|
|
|
# SMTP (optioneel — ook via Settings UI)
|
|
SMTP_HOST=
|
|
SMTP_PORT=587
|
|
SMTP_USER=
|
|
SMTP_PASS=
|
|
SMTP_FROM=
|
|
|
|
# Proxmox (IT Ops — optioneel)
|
|
PROXMOX_HOST=10.4.7.14
|
|
PROXMOX_USER=root@pam
|
|
PROXMOX_TOKEN_NAME=
|
|
PROXMOX_TOKEN_VALUE=
|