Updated the default value of the SERVER_EXTERNAL_SSL environment setting.

This commit is contained in:
Matt Scott
2023-04-12 08:07:40 -04:00
parent c778004287
commit 003ee07596
3 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@ import json
# Defaults for Docker image
BIND_ADDRESS = '0.0.0.0'
PORT = 80
SERVER_EXTERNAL_SSL = True
SQLALCHEMY_DATABASE_URI = 'sqlite:////data/powerdns-admin.db'
SESSION_COOKIE_SAMESITE = 'Lax'
CSRF_COOKIE_HTTPONLY = True