From d75662b56a7d3138ac91ff2f02bbe729560f43f1 Mon Sep 17 00:00:00 2001 From: Ahmed Mousa Date: Sat, 25 Apr 2026 16:13:58 -0400 Subject: [PATCH] feat: add X_URL to docker-compose and .env.example Co-Authored-By: Claude Sonnet 4.6 (1M context) --- .env.example | 1 + docker-compose.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.env.example b/.env.example index e6fc8396..4eba944b 100644 --- a/.env.example +++ b/.env.example @@ -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="" diff --git a/docker-compose.yaml b/docker-compose.yaml index 7bf244d7..208053fd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: ''