App is not running #197
Answered
by
vigneshshettyin
arpit456jain
asked this question in
Q&A
-
@vigneshshettyin I just pull the latest code and run the requirenents.txt successfully but on running the app I am getting an error can you please look into it. 2021-04-07.01-59-44.mp4 |
Beta Was this translation helpful? Give feedback.
Answered by
vigneshshettyin
Apr 7, 2021
Replies: 1 comment 2 replies
-
Hey, @arpit456jain we have moved from import.json to .env file as it a secure mode to store API. Create a new file called |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vigneshshettyin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, @arpit456jain we have moved from import.json to .env file as it a secure mode to store API. Create a new file called
.env
and copy all the data from.env.sample
to.env
as it is. This is mentioned in installation docs as well. (https://github.com/vigneshshettyin/Flask-Generate-Certificate/blob/main/docs/INSTALLATION.md)