-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.sample.py
36 lines (30 loc) · 957 Bytes
/
config.sample.py
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
# Spark BOT
access_token='prettylongstringofjibberjabber'
webhook_name = 'thehook'
webhook_url='http://someexposed.url.to.your.server.io'
# UCM AXL API
AXL_username='ucm_application_user_with_axl_rights'
AXL_password=''
# UCM EMAPI
EMAPI_username='ucm_application_user_with_em_proxy_rights'
EMAPI_password=''
# UCM Clusters to query
# name (just a reference), server where AXL is running, server where EMAPI is running
clusters = [
["Server1","axlserver.myorg.net","emserver.myorg.net"],
["Server2","axlserver2.myorg.net","emserver2.myorg.net"],
]
# Help message (markdown)
help_message = """
# I can log you in into your phone
Just say "log me in into <number>" and I'll do my best to do so.
When you are done for the day, just say "log me out" ...
### commands
- hello
- log me in into <number>
- log me out
- help
### limitation
- no EMCC
- Uses your primary profile only (cannot choose profile yet)
"""