Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active March 18, 2020 16:30
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 Porter97/d49d36c92d4d934cfe0a5ac3f8de7179 to your computer and use it in GitHub Desktop.
Save Porter97/d49d36c92d4d934cfe0a5ac3f8de7179 to your computer and use it in GitHub Desktop.
#...
class DevelopmentConfig(Config):
SQLALCHEMY_DATABASE_URL = 'postgresql://DBNAME:PASSWORD@ENDPOINT/MASTER_USERNAME'
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment