forked from LengKundee/MQL5-Google-Onedrive
24 lines
544 B
Text
24 lines
544 B
Text
# Firefox Relay profile API key (set both to same value).
|
|
SCRSOR=
|
|
COPILOT=
|
|
|
|
# Telegram Bot Configuration
|
|
TELEGRAM_BOT_NAME=t.me/your_bot_name
|
|
TELEGRAM_BOT_API=your_bot_token_here
|
|
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
|
TELEGRAM_ALLOWED_USER_IDS=
|
|
|
|
# Cloudflare Configuration
|
|
CLOUDFLARE_ZONE_ID=
|
|
CLOUDFLARE_ACCOUNT_ID=
|
|
DOMAIN_NAME=
|
|
|
|
# Repository Sync Configuration (for L6-N9 integration)
|
|
REPO_SYNC_TOKEN=
|
|
L6_N9_REPO=A6-9V/L6-N9
|
|
L6_N9_SYNC_BRANCH=main
|
|
|
|
# REST API Configuration for Auto-Sync
|
|
REST_API_KEY=
|
|
REST_API_URL=
|
|
REST_API_SYNC_ENABLED=true
|