feat: Environment Configuration and Logging Baseline

This commit is contained in:
OpenVelo Agent
2026-08-04 17:53:17 +00:00
parent bbad70bed1
commit a8b87179f0
13 changed files with 667 additions and 77 deletions
+4
View File
@@ -11,9 +11,13 @@ fi
required_vars=(
MASTODON_BASE_URL
MASTODON_ACCESS_TOKEN
VISIBILITY
SITE_URL
HASHTAGS
THROWNBACK_PREFIX
MAX_RETRIES
RUN_AT
TZ
)
missing=()