Compare commits

...

2 Commits

Author SHA1 Message Date
a2d70e1d5d sync 2025-11-22 09:50:30 -08:00
bdbdac5820 sync 2025-11-22 09:49:43 -08:00

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.