Created
May 23, 2019 18:17
-
-
Save akiatoji/83566f42c8265367203929f1b7a1b373 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from my_lib import secrets | |
app = Flask(__name__) | |
# Load default config | |
app.config.from_pyfile('config/default_settings.py') | |
# Overlay secure secrets | |
secrets.load(app) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment