[damned-lies/oscp] Add l10n-uwsgi.openshift.gnome.org to allowed hosts



commit 9eecbc9c0ca52af2e8ebfa00630f846bf887a5eb
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Mar 26 15:19:52 2020 +0100

    Add l10n-uwsgi.openshift.gnome.org to allowed hosts

 virtualenv/local_settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/virtualenv/local_settings.py b/virtualenv/local_settings.py
index 75eb18cc..901ca6d4 100644
--- a/virtualenv/local_settings.py
+++ b/virtualenv/local_settings.py
@@ -24,7 +24,7 @@ DATABASES = {
     }
 }
 SECRET_KEY = '$SECRET_KEY'
-ALLOWED_HOSTS=['l10n.gnome.org', '8.43.85.13', '8.43.85.14']
+ALLOWED_HOSTS=['l10n.gnome.org', '8.43.85.13', '8.43.85.14', 'l10n-uwsgi.openshift.gnome.org']
 SESSION_COOKIE_SECURE = True
 CSRF_COOKIE_SECURE = True
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]