From 0e4d6b25f8ab55dae7ef324153c84bf97063fa69 Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Wed, 28 Feb 2024 09:06:02 +0100 Subject: [PATCH] added domain to system settings --- .github/files/config-system.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/files/config-system.yaml b/.github/files/config-system.yaml index 70f211a..943099f 100644 --- a/.github/files/config-system.yaml +++ b/.github/files/config-system.yaml @@ -1,6 +1,7 @@ pimcore: general: valid_languages: 'en,de,fr' + domain: 'foo.com' chromium: uri: 'ws://chrome:3000/'