diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties
index e4f1d875e573d0399a8072b2609774d4201cefd4..be34bab024826f602b14efdb027230806bab786a 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 621ffe35304b00881adf8547e091a0364b84fae1..a5b165126f77f1fca9876fa659a88897c3501eb0 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