We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 161bc17 + 60a5153 commit 6f54ec2Copy full SHA for 6f54ec2
guides/hosting/performance/performance-tweaks.md
@@ -219,3 +219,8 @@ monolog:
219
```
220
221
The `business_event_handler_buffer` handler logs flow. Setting it to `error` will disable the logging of flow activities that succeed.
222
+
223
+## Disable App url external check
224
225
+On any Administration load Shopware tries to request himself to test that the configured `APP_URL` inside `.env` is correct.
226
+If your `APP_URL` is correct, you can disable this behaviour with an environment variable `APP_URL_CHECK_DISABLED=1`.
0 commit comments