From 3c12a34ece10dc6dcb21cf1823e6157925b2bbab Mon Sep 17 00:00:00 2001 From: Zachary Sabourin <zachary.sabourin@eclipse-foundation.org> Date: Fri, 16 Jun 2023 10:36:36 -0400 Subject: [PATCH] Fix: Fix default configs in EfServices module Resolves https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-api-common/-/issues/58 --- efservices/src/main/resources/application.properties | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/efservices/src/main/resources/application.properties b/efservices/src/main/resources/application.properties index 1b2d43a9..005a3c55 100644 --- a/efservices/src/main/resources/application.properties +++ b/efservices/src/main/resources/application.properties @@ -1,10 +1,8 @@ -eclipse.services.projects.cache-on-startup=true - -eclipse.cache.loading."projects".start-at-boot=true -eclipse.cache.loading."projects".runtime-boot-key=all eclipse.cache.loading."projects".timeout=10 eclipse.cache.loading."projects".refresh-after=PT1H -eclipse.cache.loading."interest-groups".start-at-boot=true -eclipse.cache.loading."interest-groups".runtime-boot-key=all eclipse.cache.loading."interest-groups".timeout=10 + +accounts-api/mp-rest/url=https://accounts.eclipse.org +eclipse-api/mp-rest/url=https://api.eclipse.org +projects-api/mp-rest/url=https://projects.eclipse.org -- GitLab