Skip to content

Instantly share code, notes, and snippets.

@akiatoji
Created May 23, 2019 18:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save akiatoji/83566f42c8265367203929f1b7a1b373 to your computer and use it in GitHub Desktop.
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