fix consul sample endpoints
It took few minutes to understand what is wrong, when I just uncommented sample config :)
This commit is contained in:
parent
240b2be1a8
commit
b22716c5ba
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@
|
|||
#
|
||||
# Backend-specific constraint
|
||||
# [consulCatalog]
|
||||
# endpoint = 127.0.0.1:8500
|
||||
# endpoint = "127.0.0.1:8500"
|
||||
# constraints = ["tag==api"]
|
||||
#
|
||||
# Multiple constraints
|
||||
|
@ -99,7 +99,7 @@
|
|||
# - "tag!=" must match with none of tags
|
||||
# constraints = ["tag!=us-*", "tag!=asia-*"]
|
||||
# [consulCatalog]
|
||||
# endpoint = 127.0.0.1:8500
|
||||
# endpoint = "127.0.0.1:8500"
|
||||
# constraints = ["tag==api", "tag!=v*-beta"]
|
||||
|
||||
# Enable ACME (Let's Encrypt): automatic SSL
|
||||
|
|
Loading…
Reference in a new issue