
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'

