forked from elhsmart/TelegramAlertBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
31 lines (26 loc) · 755 Bytes
/
Copy pathconfig.example.json
File metadata and controls
31 lines (26 loc) · 755 Bytes
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
{
"version": "0.1",
"users": {
"admin": "elhsmart"
},
"alerts_cleanup_timeout":"180",
"mentions_cleanup_timeout": "120",
"config_tg_api_id" :"",
"config_tg_api_hash" :"",
"config_phone_number" :"",
"config_nexmo_phone_number" :"",
"config_tg_rsa_keys" :[ ],
"config_tg_mtproto_server": "",
"config_session_path": "logs/eugenia.madeline",
"config_twilio_sid": "",
"config_twilio_token": "",
"config_twilio_speech_url": "",
"config_nexmo_key" :"",
"config_nexmo_token" :"",
"config_nexmo_answer_url" :"",
"config_bitly_api_key" :"",
"config_bitly_api_token" :"",
"locale": "ru_RU",
"preferred_channel": "",
"microtime": "0.71426300 1528711935"
}