Allow to use an empty lms.conf file, default values are now all hardcoded, fixes #584
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
# LMS Sample configuration file
|
||||
|
||||
# Path to the working directory
|
||||
# Must have write privileges in order to create and modify this directory
|
||||
working-dir = "/var/lms/";
|
||||
# Path to the working directory where the database and other cached files will be written to.
|
||||
# Ensure this directory exists and has write permissions for the application
|
||||
working-dir = "/var/lms";
|
||||
|
||||
# ffmpeg location
|
||||
ffmpeg-file = "/usr/bin/ffmpeg";
|
||||
|
||||
Reference in New Issue
Block a user