]> www.vanbest.org Git - motioneye-debian/commitdiff
the default media path is now /var/lib/motioneye
authorCalin Crisan <ccrisan@gmail.com>
Fri, 4 Sep 2015 20:55:31 +0000 (23:55 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Fri, 4 Sep 2015 20:55:35 +0000 (23:55 +0300)
.gitignore
motioneye/settings.py

index 005b14592a88f31a13892b931a164824e6ca65dc..67b52a1e071850874f9a960fb2ca1ea8ea8a6fcc 100644 (file)
@@ -7,9 +7,6 @@
 *.conf
 *.json
 .settings
-conf
 run
-media
-log
 dist
 motioneye.egg-info
index 1a5fa83f382cc3fecc2530e567063b37bd4f7921..82e059e1ed672ba29e15965b88b1d33f50447cd2 100644 (file)
@@ -41,7 +41,7 @@ else:
     LOG_PATH = RUN_PATH
 
 # default output path for media files (must be writable by motionEye)
-MEDIA_PATH = RUN_PATH
+MEDIA_PATH = '/var/lib/motioneye'
 
 # path to the motion binary to use (automatically detected by default)
 MOTION_BINARY = None