config: add data/logs directories to shared inventory.env

- DATA_DIR for persistent data storage
- LOGS_DIR for application logs
- LOG_LEVEL for log verbosity (used by standalone launcher)
This commit is contained in:
2026-04-22 18:41:53 +03:00
parent ec4e11c2e0
commit ad6d14b9e5

View File

@@ -25,3 +25,8 @@ CLAUDE_API_KEY=sk-ant-api03-13S9Ge3ai43Ia89yfxwwdkoodhddLV1ByVfdmpccqfA-zF-27BLF
# External Access (CORS)
# Comma-separated list of extra IPs or FQDNs allowed to connect (e.g. Tailscale, VPN)
EXTRA_ALLOWED_ORIGINS=100.78.182.0/24
# Data and Logging (for standalone deployment)
DATA_DIR=./data
LOGS_DIR=./logs
LOG_LEVEL=INFO