I develop web app by using python flask framework. After I develop, I push the code to github. Then, heroku webserver take the code from github automatically. I want to hide database connection url and app.secret_key of my app on github. How can I hande this situation?
I need a solution to help me to hide the secret info for the app. Also, I need to move that info to heroku web server by using github.