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
294 B
12 lines
294 B
DATABASE_URL = postgresql://sapl:sapl@localhost:5432/sapl
|
|
SECRET_KEY=0x+c_w3_s@hf5ls*+n8cdp1)n_kq#d6k8m=admcw7jojtbaqw8
|
|
DEBUG=False
|
|
DOCKER_FILE=True
|
|
EMAIL_USE_TLS = True
|
|
EMAIL_PORT = 587
|
|
EMAIL_HOST =
|
|
EMAIL_HOST_USER =
|
|
EMAIL_HOST_PASSWORD =
|
|
EMAIL_SEND_USER =
|
|
DEFAULT_FROM_EMAIL =
|
|
SERVER_EMAIL =
|
|
|