[CONF] Made a single configuration file
This commit is contained in:
+4
-8
@@ -1,15 +1,13 @@
|
||||
# LMS Sample configuration file
|
||||
|
||||
# Path to the DB file.
|
||||
# Must have write privileges in order to create and modify the file
|
||||
db-path = "/storage/emeric/lms/lms.dev.db";
|
||||
|
||||
# Cache directory for downloaded contents
|
||||
cache-dir-path = "/var/lms/cache";
|
||||
# Path to the working directory
|
||||
# Must have write privileges in order to create and modify this directory
|
||||
working-dir = "/var/lms/";
|
||||
|
||||
# Listen port/addr of the web server
|
||||
listen-port = 5082;
|
||||
listen-addr = "0.0.0.0";
|
||||
behind-reverse-proxy = false;
|
||||
|
||||
# If enabled, these files have to exist and have correct permissions
|
||||
tls-enable = false;
|
||||
@@ -21,6 +19,4 @@ tls-dh = "/var/lms/dh2048.pem";
|
||||
docroot = "/usr/share/lms/docroot/;/resources,/css,/images,/favicon.ico";
|
||||
approot = "/usr/share/lms/approot";
|
||||
|
||||
# Path to the wt_config.xml file
|
||||
wt-config = "/etc/wt/wt_config.xml";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user