mirror of https://github.com/interlegis/sapl.git
2 changed files with 19 additions and 1 deletions
@ -0,0 +1,13 @@ |
|||||
|
DATABASE_URL = postgresql://sapl:sapl@localhost:5432/sapl |
||||
|
SECRET_KEY=adoihswaywieiuwae7!*&&!@#&*@!#&*TISSAD |
||||
|
DEBUG=False |
||||
|
NAME=sapl |
||||
|
USER=sapl |
||||
|
PASSWORD=sapl |
||||
|
HOST=localhost |
||||
|
PORT=5432 |
||||
|
EMAIL_USE_TLS = True |
||||
|
EMAIL_PORT = 587 |
||||
|
EMAIL_HOST = 'smtp.interlegis.leg.br' |
||||
|
EMAIL_HOST_USER = 'sapl-test' |
||||
|
EMAIL_HOST_PASSWORD = '2BhCwbGHcZ' |
||||
Loading…
Reference in new issue