-
Notifications
You must be signed in to change notification settings - Fork 10
/
sample.ini
32 lines (32 loc) · 996 Bytes
/
sample.ini
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
; SlackBridge slackbridge.ini configuration file.
;
; ONLY WORKS WITH PYTHON3!
;
; Comments are valid after ';', even on the same line. Values may span
; multiple lines, as long as indentation is used. Value reuse: [DEFAULT]
; VAL=X [section1] key = ${VAL}YZ.
;
; Sections should contain L.webhook_in_url, L.webhook_out_token,
; L.channel, L.peername and optionally L.webapi_token; twice, for L
; being A and B.
;
; Example:
;
; [DEFAULT]
; WEBHOOK_IN_URL = https://hooks.slack.com/services
; WEBHOOK_IN_URL_OSSO = ${WEBHOOK_IN_URL}/X/Y/Z
; WEBAPI_TOKEN_OSSO = xoxb-token-token-token
;
; [company1-osso]
; A.webhook_in_url =
; ${WEBHOOK_IN_URL}/AAAAAAAAA/BBBBBBBBB/cccccccccccccccccccccccc
; A.webhook_out_token = dddddddddddddddddddddddd
; A.channel = CXXXXXXXX
; A.peername = osso
; A.webapi_token =
;
; B.webhook_in_url = ${WEBHOOK_IN_URL_OSSO}
; B.webhook_out_token = eeeeeeeeeeeeeeeeeeeeeeee
; B.channel = #shared-company1
; B.peername = company1
; B.webapi_token = ${WEBAPI_TOKEN_OSSO}