From 56c58cad90ae476da90810476c2f8ac9a37eafb2 Mon Sep 17 00:00:00 2001 From: 1Computer1 Date: Thu, 5 Sep 2019 10:21:22 -0400 Subject: [PATCH] Remove languagesDir from config --- config.example.dhall | 1 - 1 file changed, 1 deletion(-) diff --git a/config.example.dhall b/config.example.dhall index 79fa8a8..9e990eb 100644 --- a/config.example.dhall +++ b/config.example.dhall @@ -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!