Google App Engine and Python: a correct way to store configuration variables

When you develop an application, often you could need to store some configurations. This data can contain a lot of sensitive informations, and this is a critical point if your sourcecode is hosted on a GitHub repository. In fact, a lot of unwanted dataleaks starts with a commit that contains accidentally a configuration file, and…

Article Link: https://www.andreafortuna.org/programming/google-app-engine-and-python-a-correct-way-to-store-configuration-variables/