[damned-lies/oscp] Minor fixes: typos, use OSCP routers IP addresses for ALLOWED_HOSTS, paths
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/oscp] Minor fixes: typos, use OSCP routers IP addresses for ALLOWED_HOSTS, paths
- Date: Wed, 11 Sep 2019 10:57:18 +0000 (UTC)
commit 67ca86c0bcfbeb1f817fae530abc82254ce1f5fb
Author: Andrea Veri <averi redhat com>
Date: Wed Sep 11 12:57:19 2019 +0200
Minor fixes: typos, use OSCP routers IP addresses for ALLOWED_HOSTS, paths
localsettings.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/localsettings.py b/localsettings.py
index 71ff9be3..f18433a0 100644
--- a/localsettings.py
+++ b/localsettings.py
@@ -1,6 +1,6 @@
import os
-DEBUG = False
+DEBUG = False
STATIC_SERVE = False
USE_DJANGO_OPENID = False
@@ -24,10 +24,10 @@ DATABASES = {
}
}
SECRET_KEY = '$SECRET_KEY'
-ALLOWED_HOSTS=['l10n.gnome.org', 'socket.gnome.org', '91.189.93.3']
+ALLOWED_HOSTS=['l10n.gnome.org', '8.43.85.13', '8.43.85.14']
SESSION_COOKIE_SECURE = True
CSRF_COOKIE_SECURE = True
-
+
EMAIL_HOST = 'localhost'
EMAIL_SUBJECT_PREFIX = '[DL]'
DEFAULT_FROM_EMAIL = 'noreply gnome org'
@@ -36,13 +36,13 @@ SERVER_EMAIL = 'gnomeweb gnome org'
TIME_ZONE = 'UTC'
# Local directory path for VCS checkout
-SCRATCHDIR = "/l10n/scratchdir"
+SCRATCHDIR = "/l10n/data/scratchdir"
POTDIR = os.path.join(SCRATCHDIR, "POT")
ADMIN_GROUP = "coordination_team"
UPLOAD_ARCHIVED_DIR = 'upload-backup'
-FILE_UPLOAD_PERMISSIONS = 0o644
+FILE_UPLOAD_PERMISSIONS = 0644
#ITSTOOL_PATH = '/usr/local/www/gnomeweb/local/bin/'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]