Remove languagesDir from config
This commit is contained in:
parent
66b125bc80
commit
56c58cad90
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ let Config : Type =
|
||||||
, prepareContainers : Bool -- Whether to setup all containers on startup
|
, prepareContainers : Bool -- Whether to setup all containers on startup
|
||||||
, cleanupInterval : Natural -- The interval in minutes to kill containers periodically
|
, cleanupInterval : Natural -- The interval in minutes to kill containers periodically
|
||||||
, port : Natural -- Port to run on
|
, port : Natural -- Port to run on
|
||||||
, languagesDir : Text -- Where the languages are stored
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Write your config here!
|
-- Write your config here!
|
||||||
|
|
Loading…
Reference in a new issue