This commit is contained in:
2025-11-22 09:49:43 -08:00
parent d0b273700a
commit bdbdac5820
76 changed files with 4980 additions and 1 deletions

View File

@@ -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.