ucloud-scheduler/config.py

4 lines
120 B
Python
Raw Normal View History

2019-08-28 21:05:43 +05:00
from decouple import config
from etcd3_wrapper import Etcd3Wrapper
2019-08-31 16:30:27 +05:00
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"))