mm
2 years ago
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
import os |
|||
|
|||
SECRET_KEY = os.environ.get('SECRET_KEY') or 'mysecretkey' |
|||
SQLALCHEMY_DATABASE_URI = os.environ.get('DATABASE_URL') or 'postgresql://user:password@localhost/dbname' |
|||
SQLALCHEMY_TRACK_MODIFICATIONS = False |
Loading…
Reference in new issue