mirror of https://github.com/interlegis/sapl.git
4 changed files with 42 additions and 15 deletions
@ -0,0 +1,12 @@ |
|||
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 = |
|||
Loading…
Reference in new issue