feat: add X_URL to docker-compose and .env.example

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ahmed Mousa 2026-04-25 16:13:58 -04:00
parent 876be6f8c6
commit d75662b56a
2 changed files with 3 additions and 0 deletions

View file

@ -40,6 +40,7 @@ STORAGE_PROVIDER="local"
#NEXT_PUBLIC_UPLOAD_STATIC_DIRECTORY=""
# Social Media API Settings
X_URL=""
X_API_KEY=""
X_API_SECRET=""
LINKEDIN_CLIENT_ID=""

View file

@ -31,6 +31,8 @@ services:
# CLOUDFLARE_REGION: 'auto'
# === Social Media API Settings
X_URL: ''
X_URL: ''
X_API_KEY: ''
X_API_SECRET: ''
LINKEDIN_CLIENT_ID: ''