Skip to content
Snippets Groups Projects
Unverified Commit 3f4a174f authored by Tom Wiesing's avatar Tom Wiesing :speech_balloon:
Browse files

Move configuration files into legacy

parent 24affcca
No related branches found
No related tags found
No related merge requests found
File moved
#include /content/MathHub/meta/inf/config/catalog.mcf
#include /content/MathHub/meta/inf/legacy/catalog.mcf
#base
/content/MathHub/
#archives
......
......@@ -6,7 +6,7 @@ controller.handleLine("log console")
// // log to file, superceeded by Docker Logs
// val format1 = new SimpleDateFormat("yyyy_MM_dd_HH_mm")
// logToFile("/var/data/localmh/MathHub/meta/inf/config/logs/" + format1.format(Calendar.getInstance().getTime), true)
// logToFile("/var/data/localmh/MathHub/meta/inf/legacy/logs/" + format1.format(Calendar.getInstance().getTime), true)
// logging archives and server
controller.handleLine("log+ server")
......@@ -26,5 +26,5 @@ loadExtension("info.kwarc.mmt.api.web.JSONBasedGraphServer", Nil)
// load the catalog
loadConfig(root + "meta/inf/config/config.mcf", true)
loadConfig(root + "meta/inf/legacy/config.mcf", true)
loadExtension("info.kwarc.mmt.api.ontology.RelationalReader", Nil)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment