-
Notifications
You must be signed in to change notification settings - Fork 0
/
fax.conf
42 lines (34 loc) · 851 Bytes
/
fax.conf
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
[global]
author = Arturo Busleiman <buanzo@buanzo.com.ar>
basename = example
privname = privname
features = dbtools, syslog
backname = api
backname_services = service1,service2,anotherservice
# MUST exist. FAX only creates inside it:
output_dir = /tmp/api
[service1]
paths = /service1/<someparam>,/service1/<someparam>/<someid>
[service2]
paths = /service2/<id>
[anotherservice]
paths = /icanusewhateveriwant/<id>,/evendifferent/structs/<id>
[dbtools]
user = rwUser
pass = rwPassword
host = rwHostname
db = rwDatabase
[dbtools_readonly]
user = roUser
pass = roPassword
host = roHostname
db = roDatabase
[syslog]
initmsg="test syslog message sent on syslog class __init__"
[remotesyslog]
url=tcp://host:port
initmsg="test remote syslog message sent during syslog class __init__"
[rotatinglog]
logdir=/some/log/location
count=10
maxsize=1048576