Supply app port via config
This commit is contained in:
parent
320ba43cdd
commit
85c9c4bacc
3 changed files with 12 additions and 2 deletions
|
|
@ -13,3 +13,4 @@ logging.basicConfig(
|
|||
|
||||
|
||||
etcd_client = Etcd3Wrapper(host=config("ETCD_HOST"), port=config("ETCD_PORT"))
|
||||
APP_PORT = config("APP_PORT", 5000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue