Remove languagesDir from config

This commit is contained in:
1Computer1 2019-09-05 10:21:22 -04:00
parent 66b125bc80
commit 56c58cad90
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ let Config : Type =
, prepareContainers : Bool -- Whether to setup all containers on startup
, cleanupInterval : Natural -- The interval in minutes to kill containers periodically
, port : Natural -- Port to run on
, languagesDir : Text -- Where the languages are stored
}
-- Write your config here!