mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
313 B
12 lines
313 B
DATABASE_URL = postgresql://sapl:@localhost:5432/sapl
|
|
SECRET_KEY=2j_-c$_8rssj3ijw=!tf$zr6vlee=s5z^w056trow(%t=k2o9_
|
|
DEBUG=False
|
|
NAME=sapl
|
|
USER=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'
|