Skip to content

Instantly share code, notes, and snippets.

@RafaelCenzano
Created July 7, 2020 03:23
Show Gist options
  • Save RafaelCenzano/ac54f636284740a2032f5e96876d818a to your computer and use it in GitHub Desktop.
Save RafaelCenzano/ac54f636284740a2032f5e96876d818a to your computer and use it in GitHub Desktop.
import os
class Config(object):
DEBUG = True
TESTING = False
SECRET_KEY = os.environ.get('flasksecretkey') or 'this-should-be-different-and-a-secret'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment