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:
parent
876be6f8c6
commit
d75662b56a
2 changed files with 3 additions and 0 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
|
|
@ -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: ''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue