diff --git a/entity-service/build.gradle.kts b/entity-service/build.gradle.kts index a06757a1..0b8ecc38 100644 --- a/entity-service/build.gradle.kts +++ b/entity-service/build.gradle.kts @@ -80,7 +80,7 @@ application { // Config for gw run to be able to run this locally. Just execute gw run here on Intellij or on the console. tasks.run { - jvmArgs = listOf("-Dbootstrap.config.uri=file:${projectDir}/src/main/resources/configs", "-Dservice.name=${project.name}", "-Dcluster.name=dev", "-Dpod.name=pod1") + jvmArgs = listOf("-Dbootstrap.config.uri=file:${projectDir}/src/main/resources/configs", "-Dservice.name=${project.name}") } tasks.jacocoIntegrationTestReport {