sync
This commit is contained in:
@@ -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