From 3e1660ad6aa081451b4d0406041e961e22f6f17e Mon Sep 17 00:00:00 2001 From: mrothauer Date: Sat, 3 Feb 2024 20:45:50 +0100 Subject: [PATCH] changed default value --- .github/workflows/app_custom.php | 1 + config/app_config.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/app_custom.php b/.github/workflows/app_custom.php index 1dcbe2c58..97fe5464d 100644 --- a/.github/workflows/app_custom.php +++ b/.github/workflows/app_custom.php @@ -1,6 +1,7 @@ true, + 'isApiEnabled' => true, 'emailErrorLoggingEnabled' => false, 'googleMapApiKey' => '', 'EmailTransport' => [ diff --git a/config/app_config.php b/config/app_config.php index 2a815d2a3..bfb6b0dca 100644 --- a/config/app_config.php +++ b/config/app_config.php @@ -32,7 +32,7 @@ define('ZIP_REGEX', '/^[0-9]{4,5}$/'); return [ - 'isApiEnabled' => true, + 'isApiEnabled' => false, 'AppConfig' => [ 'platformName' => 'Meine Plattform', 'titleSuffix' => 'Meine Plattform',