From bb2aa08709c812a5be29922a1a7f4d814e200cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 16 Jun 2021 19:11:01 +0200 Subject: Implement configuration in a directory for modules Fixes #8654 --- modules/client.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/client.go') diff --git a/modules/client.go b/modules/client.go index 571ece15e..73c3242a8 100644 --- a/modules/client.go +++ b/modules/client.go @@ -653,6 +653,9 @@ type ClientConfig struct { // Absolute path to the project's themes dir. ThemesDir string + // Eg. "production" + Environment string + CacheDir string // Module cache ModuleConfig Config } -- cgit v1.2.3