I am trying to deploy python app in my centos7 using flask and gunicorn. but i found that the app is not able to retrive variables from .env file.
It is working on my local vm.
I am using gunicorn --bind 0.0.0.0:5000 app:app
pls help.
I am trying to deploy python app in my centos7 using flask and gunicorn. but i found that the app is not able to retrive variables from .env file.
It is working on my local vm.
I am using gunicorn --bind 0.0.0.0:5000 app:app
pls help.