This commit is contained in:
Sonny Bakker 2023-07-02 12:55:19 +02:00
parent 41f249ed5a
commit f0689ebfab
4 changed files with 9 additions and 2 deletions

View file

@ -7,7 +7,10 @@ from .base import * # isort:skip
DEBUG = False
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
ALLOWED_HOSTS = ["127.0.0.1", "localhost", "rss.fudiggity.nl", "django"]
ADMINS = [
("", email)
for email in os.getenv("ADMINS", "").split(",")