Skip to content

Instantly share code, notes, and snippets.

@greggyNapalm
Created December 19, 2012 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greggyNapalm/4335191 to your computer and use it in GitHub Desktop.
Save greggyNapalm/4335191 to your computer and use it in GitHub Desktop.
#-----
# main
#-----
DEBUG = False
SECRET_KEY = 'you-never-know'
#--------
# storage
#--------
SQLALCHEMY_DATABASE_URI = 'driver://user:pass@localhost/dbname'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment