[Config] Reworked the services' configuration
This commit is contained in:
@@ -2,9 +2,14 @@
|
||||
main = {
|
||||
|
||||
logger = {
|
||||
file = "/var/lms/lms.log" # comment to disable file logging
|
||||
console = true;
|
||||
level = 7;
|
||||
level = 7; # level common for all loggers
|
||||
file = {
|
||||
enable = true;
|
||||
path = "/var/lms/lms.log"; # comment to disable file logging
|
||||
}
|
||||
console = {
|
||||
enable = true;
|
||||
}
|
||||
}
|
||||
|
||||
database = {
|
||||
@@ -23,8 +28,6 @@ main = {
|
||||
|
||||
|
||||
ui = {
|
||||
enable = true;
|
||||
|
||||
resources = {
|
||||
docroot = "/var/lms/docroot"
|
||||
approot = "/var/lms/approot"
|
||||
@@ -44,8 +47,6 @@ ui = {
|
||||
}
|
||||
|
||||
remote = {
|
||||
enable = true;
|
||||
|
||||
nb-threads = 1;
|
||||
|
||||
listen-endpoint = {
|
||||
|
||||
Reference in New Issue
Block a user