From 2c61cf812e115adc3c2708ebc2d07e9714d2e69e Mon Sep 17 00:00:00 2001 From: George Goodall Date: Thu, 7 Dec 2023 12:08:54 +0000 Subject: [PATCH 1/3] update uri for apui --- config/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.yaml b/config/default.yaml index 66187794..3c6baf8b 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -1,6 +1,6 @@ port: 5000 api: { - url: http://127.0.0.1:8082, + url: https://publish-api.development.digital-land.info, port: 8082, validationEndpoint: /api/dataset/validate/file/request } From 4c7fd587ef120b4c97937d65da685cdfc280494b Mon Sep 17 00:00:00 2001 From: George Goodall Date: Thu, 7 Dec 2023 12:10:30 +0000 Subject: [PATCH 2/3] update port --- config/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.yaml b/config/default.yaml index 3c6baf8b..51c475db 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -1,6 +1,6 @@ port: 5000 api: { url: https://publish-api.development.digital-land.info, - port: 8082, + port: 5000, validationEndpoint: /api/dataset/validate/file/request } From 3df9f23f418bb67b68c36af53083a28ab952fa0c Mon Sep 17 00:00:00 2001 From: George Goodall Date: Thu, 7 Dec 2023 12:16:42 +0000 Subject: [PATCH 3/3] Revert "update port" This reverts commit 4c7fd587ef120b4c97937d65da685cdfc280494b. --- config/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.yaml b/config/default.yaml index 51c475db..3c6baf8b 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -1,6 +1,6 @@ port: 5000 api: { url: https://publish-api.development.digital-land.info, - port: 5000, + port: 8082, validationEndpoint: /api/dataset/validate/file/request }