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