0
0
Fourche 1
miroir de https://github.com/A6-9V/MQL5-Google-Onedrive.git synchronisé 2026-04-11 04:30:56 +00:00
MQL5-Google-Onedrive/config/vault.json.example
copilot-swe-agent[bot] e1d193b6f9 Security fix: Replace real credentials with placeholders in docs and examples
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-08 04:15:17 +00:00

18 lignes
538 o
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"
}
}