From 9573e29e389880ad08c7330601354cb5a2afc87d Mon Sep 17 00:00:00 2001
From: Jan-Niclas Struewer <j.n.struewer@gmail.com>
Date: Tue, 31 Oct 2023 09:57:29 +0100
Subject: [PATCH] Updated default project IDs for dev

---
 src/main/resources/application-dev.properties   | 4 ++--
 src/main/resources/application-local.properties | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties
index e4f1d875..be34bab0 100644
--- a/src/main/resources/application-dev.properties
+++ b/src/main/resources/application-dev.properties
@@ -1,7 +1,7 @@
 spring.config.import=optional:classpath:.env[.properties]
 # Config for the OpencoDE platform
 # Token can be an empty string to access public repositories only
-opencode.host=https://gitlab.opencode.de/
+opencode.host=https://gitlab.dev.o4oe.de/
 opencode.access-token=${OC_GL_APIKEY:}
 # Tool APIs
 opencode.api.base-path=https://sl.dev.o4oe.de/api/v1/project/
@@ -40,4 +40,4 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.CockroachDialect
 # DB Login data
 spring.datasource.url=jdbc:postgresql://${host}:26257/${DB_USER}?sslmode=${ssl_mode}&sslrootcert=${ca_crt}&sslcert=${ssl_cert}&sslkey=${ssl_key}
 spring.datasource.username=${DB_USER:}
-projects.project-ids=1108, 888, 438, 1189, 820, 788, 400, 1052
+projects.project-ids=159
diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties
index 621ffe35..a5b16512 100644
--- a/src/main/resources/application-local.properties
+++ b/src/main/resources/application-local.properties
@@ -41,4 +41,5 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.CockroachDialect
 spring.datasource.url=${DB_URL:}
 spring.datasource.username=${DB_USER:}
 spring.datasource.password=${DB_PW:}
-projects.project-ids=1108, 888, 438, 1189, 820, 788, 400, 1052
+projects.project-ids=1108
+#, 888, 438, 1189, 820, 788, 400, 1052
-- 
GitLab