ucloud-api/config.py

5 lines
120 B
Python
Raw Normal View History

2019-09-03 16:01:40 +00:00
from etcd3_wrapper import Etcd3Wrapper
from decouple import config
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"))