Browse Source

add load para variável de ambiente

pull/3357/head
Leandro Roberto 5 years ago
parent
commit
10170f63d0
  1. 1
      sapl/settings.py

1
sapl/settings.py

@ -27,6 +27,7 @@ host = socket.gethostbyname_ex(socket.gethostname())[0]
BASE_DIR = Path(__file__).ancestor(1)
PROJECT_DIR = Path(__file__).ancestor(2)
SAPL_AS_SAPN = config('SAPL_AS_SAPN', default=False, cast=bool)
# SECURITY WARNING: keep the secret key used in production secret!

Loading…
Cancel
Save