]> git.stg.codes - ssmd.git/blob - ssmd.conf
Ignore more files.
[ssmd.git] / ssmd.conf
1 [general]
2
3 # 'daemon' flag defines whether to daemonize or no
4 # Default - no
5 daemon
6
7
8 # 'debug' flag make output a bit more verbose
9 # Default - no
10 #debug
11
12 # Log file path
13 # Default: /var/log/ssmd.log
14 log_file = /var/log/ssmd.log
15
16 # PID file path
17 # Default: /var/run/ssmd.pid
18 pid_file = /var/run/ssmd.pid
19
20 [sync]
21
22 # Switch sync interval, sec
23 # Default: 60 sec
24 switch_interval = 1
25
26 # Info sync interval, sec
27 # Default: 180 sec
28 info_interval = 10
29
30 # Upload profile ID
31 # Default: 1
32 up_profile_id = 1
33
34 # Download profile ID
35 # Default: 1
36 down_profile_id = 2
37
38 # Data access URL
39 # No default value
40 data_url = http://localhost