optimize setup
Some checks failed
deploy to hetzner / deploy (push) Failing after 11m40s

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-08-23 00:11:47 +02:00
parent 60dd957f1c
commit 31ad26a9d7
6 changed files with 30 additions and 14 deletions

View File

@@ -1,2 +0,0 @@
server:
port: 8096

View File

@@ -1,3 +0,0 @@
spring:
application:
name: google-service

View File

@@ -0,0 +1,16 @@
eureka:
client:
fetch-registry: true
register-with-eureka: true
service-url:
defaultZone: ${EUREKA}
spring:
application:
name: google-service
cloud:
config:
discovery:
enabled: true
serviceId: config-service
fail-fast: true