]> www.vanbest.org Git - motioneye-debian/commitdiff
settings->settings_default
authorCalin Crisan <ccrisan@gmail.com>
Sat, 12 Oct 2013 19:25:03 +0000 (22:25 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Sat, 12 Oct 2013 19:25:03 +0000 (22:25 +0300)
settings.py [deleted file]
settings_default.py [new file with mode: 0644]

diff --git a/settings.py b/settings.py
deleted file mode 100644 (file)
index 3b00366..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-
-import logging
-import os.path
-import sys
-
-
-PROJECT_PATH = os.path.dirname(sys.argv[0])
-CONF_PATH = os.path.join(PROJECT_PATH, 'conf')
-RUN_PATH = PROJECT_PATH
-
-DEBUG = True
-LOG_LEVEL = logging.DEBUG
-
-TEMPLATE_PATH = os.path.join(PROJECT_PATH, 'templates')
-
-STATIC_PATH = os.path.join(PROJECT_PATH, 'static')
-STATIC_URL = '/static/'
-
-LISTEN = '0.0.0.0'
-PORT = 8765
-
-MOTION_CHECK_INTERVAL = 10
-CLEANUP_INTERVAL = 3
diff --git a/settings_default.py b/settings_default.py
new file mode 100644 (file)
index 0000000..3b00366
--- /dev/null
@@ -0,0 +1,23 @@
+
+import logging
+import os.path
+import sys
+
+
+PROJECT_PATH = os.path.dirname(sys.argv[0])
+CONF_PATH = os.path.join(PROJECT_PATH, 'conf')
+RUN_PATH = PROJECT_PATH
+
+DEBUG = True
+LOG_LEVEL = logging.DEBUG
+
+TEMPLATE_PATH = os.path.join(PROJECT_PATH, 'templates')
+
+STATIC_PATH = os.path.join(PROJECT_PATH, 'static')
+STATIC_URL = '/static/'
+
+LISTEN = '0.0.0.0'
+PORT = 8765
+
+MOTION_CHECK_INTERVAL = 10
+CLEANUP_INTERVAL = 3