IP : 18.218.117.12 Hostname : host45.registrar-servers.com Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Disable Function : None :) OS : Linux PATH: / home/ ../ var/ softaculous/ kimai/ ../ slims/ ../ lss/ ./ ../ conc85/ ../ ilias/ config.json/ /

{
"common" : {
"client_id" : "[[client_id]]",
"server_timezone" : "America/New_York"
},
"database" : {
"type" : "innodb",
"host" : "[[softdbhost]]",
"user" : "[[softdbuser]]",
"password" : "[[softdbpass]]",
"database" : "[[softdb]]",
"create_database" : false
},
"filesystem" : {
"data_dir" : "[[softdatadir]]"
},
"http" : {
"path" : "[[softurl]]"
},
"language" : {
"default_language" : "en",
"install_languages" : ["en"]
},
"logging" : {
"enable" : true,
"path_to_logfile" : "[[softdatadir]]/ilias.log",
"errorlog_dir" : "[[softdatadir]]/logs/"
},
"systemfolder" : {
"contact" : {
"firstname" : "[[admin_fname]]",
"lastname" : "[[admin_lname]]",
"email" : "[[admin_email]]"
}
},
"utilities" : {
"path_to_convert" : "[[convert]]",
"path_to_zip" : "[[zip]]",
"path_to_unzip" : "[[unzip]]"
}
}