Supply app port via config

This commit is contained in:
PCoder 2019-09-13 12:07:53 +05:30
commit 85c9c4bacc
3 changed files with 12 additions and 2 deletions

View file

@ -13,3 +13,4 @@ logging.basicConfig(
etcd_client = Etcd3Wrapper(host=config("ETCD_HOST"), port=config("ETCD_PORT"))
APP_PORT = config("APP_PORT", 5000)