[library-web] settings: set a default location to match config file location on gnome server



commit 6655d54d8b9306a0ce3c8ff22d63de1af9e948a2
Author: Frédéric Péters <fpeters 0d be>
Date:   Thu Aug 16 12:28:18 2018 +0200

    settings: set a default location to match config file location on gnome server

 web/settings.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/web/settings.py b/web/settings.py
index 97e5893..5c196fa 100644
--- a/web/settings.py
+++ b/web/settings.py
@@ -87,7 +87,8 @@ TEMPLATE_DIRS = (
 INSTALLED_APPS = (
 )
 
-LIBRARY_WEB_CONFIG_FILE = None
+# default location set to match gnome instance
+LIBRARY_WEB_CONFIG_FILE = '/srv/http/developer.gnome.org/extra/conf/lgorc'
 
 try:
     from local_settings import *


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