We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c31bf commit bb33f8aCopy full SHA for bb33f8a
1 file changed
flask-consul/units/cloud/sync_rds.py
@@ -2,6 +2,7 @@
2
import requests,json
3
from units import consul_kv
4
from config import consul_token,consul_url,vendors,regions
5
+from units.config_log import *
6
headers = {'X-Consul-Token': consul_token}
7
geturl = f'{consul_url}/agent/services'
8
delurl = f'{consul_url}/agent/service/deregister'
0 commit comments