-
Notifications
You must be signed in to change notification settings - Fork 7
/
settings.sample.json
59 lines (59 loc) · 1.86 KB
/
settings.sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"app": {
"id": "org.thunderdog.challegram",
"name": "Telegram X",
"download_url": "https://telegram.org/dlx",
"sources_url": "https://github.com/TGX-Android/Telegram-X",
"market_url": {
"google": "https://play.google.com/store/apps/details?id=org.thunderdog.challegram",
"galaxy": "https://apps.samsung.com/appquery/appDetail.as?appId=org.thunderdog.challegram",
"huawei": "https://appgallery.huawei.com/app/C101754199"
}
},
"server_verbosity": 0,
"modify_debug_symbols": false,
"telegram": {
"app": {
"api_id": 0,
"api_hash": "https://core.telegram.org/api/obtaining_api_id"
},
"server": {
"api_id": 0,
"api_hash": "https://core.telegram.org/api/obtaining_api_id"
},
"admin_user_id": 0,
"target_chat_id": {
"public_builds": "numeric chat_id or @username",
"pr_builds": "numeric chat_id or @username",
"private_builds": "numeric chat_id or @username",
"internal_builds": "numeric chat_id or @username"
}
},
"youtube": {
"api_key": "YouTube api key"
},
"huawei": {
"app_id": "<AppGallery App ID>",
"client_id": "<AppGallery Connect API client_id>",
"key": "<AppGallery Connect API secret>",
"tracks": [ "<stable|beta|alpha>" ]
},
"url": {
"testing": "https://play.google.com/apps/testing/org.thunderdog.challegram",
"market": "https://play.google.com/store/apps/details?id=org.thunderdog.challegram"
},
"tokens": {
"builder": {
"debug": "bot token of builder bot to run on debug machine",
"production": "bot token to builder bot run on production machine"
},
"verifier": {
"production": "bot token of verifier bot to run on production machine"
}
},
"github": {
"username": "GitHub bot username",
"access_token": "GitHub bot access_token",
"tracks": [ "<stable|beta|alpha>" ]
}
}