-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpyhole.conf.sample
65 lines (54 loc) · 1.04 KB
/
pyhole.conf.sample
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
60
61
62
63
64
65
# Global Configuration
[Pyhole]
admins = nick!ident, nick2!ident, slack.username
command_prefix = .
reconnect_delay = 60
rejoin_delay = 5
debug = False
api_enabled = False
# api_ssl_crt = /home/ubuntu/.pyhole/ssl.crt
# api_ssl_key = /home/ubuntu/.pyhole/ssl.key
plugins = admin
networks = FreeNode, EFnet, SlackNetwork
[GoogleMaps]
key = abcd1234
[Jira]
auth_server = auth.jira.example.com
domain = jira.example.com
username = abcd1234
password = pass1234
[PagerDuty]
api_token = abcd1234
[Redmine]
domain = redmine.example.com
key = abcd1234
[Wunderground]
key = abcd1234
[XSA]
notify = #channel1, #channel2
# Network Configuration
[FreeNode]
server = verne.freenode.net
username =
password =
port = 7000
ssl = True
ipv6 = True
bind_to = fe80::1
nick = mynick
identify_password = abcd1234
channels = #mychannel key, #mychannel2
[EFnet]
server = irc.efnet.net
username =
password =
port = 6667
ssl = False
ipv6 = False
bind_to =
nick = mynick
identify_password =
channels = #mychannel key, #mychannel2
[SlackNetwork]
api_token = abcd1234
nick = mynick