sapling/exec/scm_daemon/example.toml
Liubov Dmitrieva e22322c2e5 commit cloud subscriber: skip cloud sync if can't resolve interngraph host
Summary:
this will reduce cloud sync errors and unnecessary cloud sync calls

the daemon triggers cloud sync on service start/restart
it is not always the time when the machine online (and connected to correct network), so we get cloud sync errors

Reviewed By: markbt

Differential Revision: D8692972

fbshipit-source-id: 59033fd4c3e7c30100d82b908442bbf1ebea9322
2018-06-29 12:20:11 -07:00

11 lines
254 B
TOML

# This is a TOML document.
title = "Scm Daemon configuration example"
[owner]
authors = ["Source Control Team"]
[commitcloud]
service_url = "https://example.com/commit_cloud"
notification_url = "https://streaming-example.com/commitcloud_live_updates"