diff --git a/changelog/unreleased/fix-external-app-urls b/changelog/unreleased/fix-external-app-urls new file mode 100644 index 0000000000..139090f293 --- /dev/null +++ b/changelog/unreleased/fix-external-app-urls @@ -0,0 +1,6 @@ +Bugfix: Fix external app URLs + +The URLs for the default set of external apps was hardcoded to localhost:9200. We fixed that by using the server url from the already existing config variable. + +https://github.com/owncloud/product/issues/218 +https://github.com/owncloud/ocis-phoenix/pull/83