aboutsummaryrefslogtreecommitdiff
path: root/utils/syncthing/files/stdiscosrv.conf
blob: e51ddef6629ec666dac027f13daad4110842dc11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config stdiscosrv 'stdiscosrv'
	option enabled '0'
	option listen ':8443'
	option db_dir '/etc/stdiscosrv/discovery.db'

	# # Find the documents from: https://docs.syncthing.net/users/stdiscosrv.html
	# option cert '/etc/stdiscosrv/cert.pem'
	# option key '/etc/stdiscosrv/key.pem'
	# option metrics_listen ''
	# option replicate ''
	# option replication_listen ':19200'

	# # CLI options with no value should be defined as booleans and theirs
	# # names should be prefixed with '_'.
	# option _debug '0'
	# option _http '1'