mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-10 20:40:56 +00:00
28 lines
908 B
JSON
28 lines
908 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"
|
|
},
|
|
"gitlab": {
|
|
"access_token": "your_gitlab_project_access_token_here",
|
|
"runner_token": "glrt-1ZsoNDOLM3I_AA8MD7Qhn286MQpwOjFiYnU4NQp00jMKdTpoM3pryHg.01.1j17j8yjf",
|
|
"project_url": "https://gitlab.com/a6-nuna-9v/V9.git",
|
|
"project_id": "79690840"
|
|
},
|
|
"forge": {
|
|
"url": "https://forge.mql5.io",
|
|
"runner_token": "your_forge_runner_token_here"
|
|
}
|
|
}
|