Compare commits
2 Commits
d93baa3657
...
a2d70e1d5d
| Author | SHA1 | Date | |
|---|---|---|---|
| a2d70e1d5d | |||
| bdbdac5820 |
@@ -15,7 +15,7 @@ import argparse
|
||||
|
||||
|
||||
class ConsulBackup:
|
||||
def __init__(self, consul_addr: str = "http://localhost:8500", token: Optional[str] = None):
|
||||
def __init__(self, consul_addr: str = "http://consul.service.dc1.consul:8500", token: Optional[str] = None):
|
||||
"""
|
||||
Initialize Consul backup client.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user