Skip to content

Commit 9db42d1

Browse files
committed
default CONSUL to consul
1 parent a862b1d commit 9db42d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/containerpilot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"consul": "{{ .CONSUL }}:8500",
2+
"consul": "{{ if .CONSUL }}{{ .CONSUL }}{{ else }}consul{{ end }}:8500",
33
"preStart": "python /usr/local/bin/manage.py",
44
"preStop": "python /usr/local/bin/manage.py pre_stop",
55
"services": [

0 commit comments

Comments
 (0)