Sha256: 0f9dbfa81836af4412d95796bdbd9bc0a655bdc481d68a42095f2b6a277cb4a9
Contents?: true
Size: 319 Bytes
Versions: 1
Compression:
Stored size: 319 Bytes
Contents
production: host: {{ key "secret/app/rabbitmq/host" }}{{ .Data.value }}{{ end }} port: {{ keyOrDefault "service/app/rabbitmq/port" "5672" }} username: {{ with secret "secret/app/rabbitmq/username" }}{{ .Data.value }}{{ end }} password: {{ with secret "secret/app/rabbitmq/password" }}{{ .Data.value }}{{ end }}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sumcli-0.6.0 | lib/sumcli/templates/add/service/rabbitmq.yml.ctmpl |