Commit ec8fade7389ee695b699391aa0455e0f421a1375
1 parent
bdb3418233
Exists in
master
additional entries on config sample
Showing 1 changed file with 4 additions and 1 deletions Side-by-side Diff
config.sample.ini
1 | +[globals] | |
2 | +;debug=1 | |
3 | + | |
1 | 4 | [yahoomessenger] |
2 | 5 | username=PLEASE_CHANGE_ME |
3 | 6 | password=PLEASE_CHANGE_ME |
... | ... | @@ -5,6 +8,7 @@ admin=PLEASE_CHANGE_ME |
5 | 8 | report_to=PLEASE_CHANGE_ME |
6 | 9 | report_message=PLEASE_CHANGE_ME |
7 | 10 | status=PLEASE_CHANGE_ME |
11 | +keepalive_interval=60 | |
8 | 12 | |
9 | 13 | [db] |
10 | 14 | host=PLEASE_CHANGE_ME |
... | ... | @@ -12,6 +16,5 @@ name=PLEASE_CHANGE_ME |
12 | 16 | username=PLEASE_CHANGE_ME |
13 | 17 | password=PLEASE_CHANGE_ME |
14 | 18 | |
15 | - | |
16 | 19 | [httpserver] |
17 | 20 | listen_port=18881 |