From 1c8dc0741f61916d064789b378ffcc6b4e3b34a4 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 10 Sep 2020 09:15:55 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/fix-external-app-urls | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/fix-external-app-urls 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