Merge pull request #11353 from kvuorine/fwknop-fixes
[feed/packages.git] / utils / syncthing / files / etc / config / syncthing
1
2 config syncthing 'syncthing'
3 option enabled '0'
4
5 option gui_address 'http://127.0.0.1:8384'
6
7 # Use internal flash for evaluation purpouses. Use external storage
8 # for production.
9 # This filesystem must either support ownership/attributes or
10 # be readable/writable by the user specified in
11 # 'option user'.
12 # Consult syslog if things go wrong.
13 option home '/etc/syncthing'
14
15 # Changes to "niceness"/macprocs are not picked up by "reload_config"
16 # nor by "restart": the service has to be stopped/started
17 # for those to take effect
18 option nice '19'
19
20 # 0 to match the number of CPUs (default)
21 # >0 to explicitly specify concurrency
22 option macprocs '0'
23
24 # Running as 'root' is possible, but not recommended
25 option user 'syncthing'
26