mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 11:10:57 +00:00
18 lines
538 B
JSON
18 lines
538 B
JSON
{
|
|
"description": "Vault configuration for MQL5 Trading Automation - Copy this file to vault.json and fill in your credentials",
|
|
"cloudflare": {
|
|
"zone_id": "your_zone_id",
|
|
"account_id": "your_account_id",
|
|
"domain": "your_domain.com"
|
|
},
|
|
"telegram_bot": {
|
|
"name": "t.me/your_bot_name",
|
|
"token": "your_bot_token_here",
|
|
"api": "your_bot_token_here",
|
|
"allowed_user_ids": [],
|
|
"webhook_url": "https://core.telegram.org/bots/api"
|
|
},
|
|
"github": {
|
|
"pat": "your_github_personal_access_token_here"
|
|
}
|
|
}
|