diff --git a/inventory.env b/inventory.env index a02f0d7a..ab70c29e 100644 --- a/inventory.env +++ b/inventory.env @@ -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