github.com/inflatablewoman/deis@v1.0.1-0.20141111034523-a4511c46a6ce/controller/conf.d/confd_settings.toml (about) 1 [template] 2 src = "confd_settings.py" 3 dest = "/templates/confd_settings.py" 4 uid = 1000 5 gid = 1000 6 mode = "0640" 7 keys = [ 8 "/deis/controller", 9 "/deis/cache", 10 "/deis/database", 11 "/deis/registry", 12 "/deis/domains", 13 "/deis/platform", 14 ] 15 check_cmd = "/app/bin/check {{ .src }}" 16 reload_cmd = "/app/bin/reload"