github.com/misfo/deis@v1.0.1-0.20141111224634-e0eee0392b8a/database/conf.d/postgresql.conf.toml (about)

     1  [template]
     2  src   = "postgresql.conf"
     3  dest  = "/etc/postgresql/9.3/main/postgresql.conf"
     4  uid = 102
     5  gid = 106
     6  mode  = "0644"
     7  keys = [
     8    "/deis/database",
     9  ]
    10  check_cmd = "/app/bin/check {{ .src }}"
    11  reload_cmd = "/usr/local/bin/reload"