Line 0
Link Here
|
|
|
1 |
# |
2 |
# This is parsed as a key=value file |
3 |
# |
4 |
|
5 |
#Port for FastCGI requests |
6 |
FASTCGI_PORT=55413 |
7 |
|
8 |
#Enable internal HTTP server |
9 |
HTTP_SERVER="true" |
10 |
|
11 |
#Port for the web interface |
12 |
#(if internal HTTP server is enabled) |
13 |
HTTP_PORT=55414 |
14 |
|
15 |
#Log file name |
16 |
#If you change the LOGFILE, you should also change the "logfilename" in %%PREFIX%%/etc/newsyslog.conf.d/urbackupsrv.conf |
17 |
LOGFILE="/var/log/urbackup.log" |
18 |
|
19 |
#Either debug,warn,info or error |
20 |
LOGLEVEL="warn" |
21 |
|
22 |
#Temporary file directory |
23 |
# -- this may get very large depending on the advanced settings |
24 |
DAEMON_TMPDIR="/tmp" |
25 |
|
26 |
#Tmp file directory for sqlite temporary tables. |
27 |
#You might want to put the databases on another filesystem than the other temporary files. |
28 |
#Default is the same as DAEMON_TMPDIR |
29 |
SQLITE_TMPDIR="" |
30 |
|
31 |
#Interfaces from which to send broadcasts. (Default: all). |
32 |
#Comma separated -- e.g. "eth0,eth1" |
33 |
BROADCAST_INTERFACES="" |
34 |
|
35 |
#User the urbackupsrv process runs as |
36 |
#If you change the USER, you should also change the "[owner:group]" in %%PREFIX%%/etc/newsyslog.conf.d/urbackupsrv.conf |
37 |
USER="urbackup" |