summaryrefslogtreecommitdiffstats
path: root/utils/syncthing/files/stdiscosrv.conf
blob: 08a95f039684e0fae1b8ff4d41cdefb0143dd984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

config stdiscosrv 'stdiscosrv'
	option enabled '0'
	option listen ':8443'
	option db_dir '/etc/stdiscosrv/discovery.db'

	# More info: https://docs.syncthing.net/users/stdiscosrv.html
	# option cert '/etc/stdiscosrv/cert.pem'
	# option key '/etc/stdiscosrv/key.pem'
	# option db_flush_interval '5m'
	# option metrics_listen ''

	# Running as 'root' is possible, but not recommended
	# option user 'syncthing'

	# CLI options with no value should be defined as booleans
	# option compression '0'
	# option debug '0'
	# option http '1'