mirror of https://github.com/interlegis/sapl.git
Matheus Veleci
8 years ago
2 changed files with 14 additions and 2 deletions
@ -0,0 +1,8 @@ |
|||||
|
DATABASE_URL = sqlite:///sapl.db |
||||
|
SECRET_KEY = 'Dockerfile_Key' |
||||
|
DEBUG = False |
||||
|
EMAIL_USE_TLS = True |
||||
|
EMAIL_PORT = 587 |
||||
|
EMAIL_HOST = '' |
||||
|
EMAIL_HOST_USER = '' |
||||
|
EMAIL_HOST_PASSWORD = '' |
Loading…
Reference in new issue