Files
ai-agent/deploy.env.example
2026-03-24 08:05:24 +01:00

13 lines
289 B
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.
# Deploy-Konfiguration Kopieren als deploy.env und anpassen
# deploy.env wird NICHT in Git eingecheckt
DEPLOY_HOST=192.168.1.118
DEPLOY_USER=todo
DEPLOY_PASS=geheim
# Zielverzeichnis auf dem Server
DEPLOY_DIR=/home/todo/brain-bot
# Docker-Image-Name (optional)
IMAGE_NAME=brain-bot