Skip to content

Commit

Permalink
changed default value
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothauer committed Feb 3, 2024
1 parent 379ae6f commit 3e1660a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/app_custom.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
return [
'debug' => true,
'isApiEnabled' => true,
'emailErrorLoggingEnabled' => false,
'googleMapApiKey' => '',
'EmailTransport' => [
Expand Down
2 changes: 1 addition & 1 deletion config/app_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
define('ZIP_REGEX', '/^[0-9]{4,5}$/');

return [
'isApiEnabled' => true,
'isApiEnabled' => false,
'AppConfig' => [
'platformName' => 'Meine Plattform',
'titleSuffix' => 'Meine Plattform',
Expand Down

0 comments on commit 3e1660a

Please sign in to comment.