optimize configs for CI build
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
server:
|
||||
port: ${PORT:8090}
|
||||
|
||||
vaadin:
|
||||
# To improve the performance during development.
|
||||
# For more information https://vaadin.com/docs/latest/integrations/spring/configuration#special-configuration-parameters
|
||||
allowed-packages : com.vaadin,org.vaadin,dev.hilla,dev.mars3142
|
||||
|
||||
backend:
|
||||
uri: http://localhost:8091/v1
|
||||
|
||||
eureka:
|
||||
client:
|
||||
service-url:
|
||||
defaultZone: http://localhost:8761/eureka
|
@@ -1,52 +0,0 @@
|
||||
logging:
|
||||
level:
|
||||
org:atmosphere: warn
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: website
|
||||
mustache:
|
||||
check-template-location: false
|
||||
jpa:
|
||||
defer-datasource-initialization: true
|
||||
|
||||
backend:
|
||||
uri: https://api.firmware-hq.dev/v1
|
||||
|
||||
eureka:
|
||||
client:
|
||||
register-with-eureka: true
|
||||
fetch-registry: true
|
||||
service-url:
|
||||
defaultZone: http://eureka-service.web:8761/eureka
|
||||
instance:
|
||||
instanceId: ${spring.application.name}:${spring.application.instance_id:${random.value}}
|
||||
|
||||
info:
|
||||
application:
|
||||
name: ${spring.application.name}
|
||||
version: '@project.version@'
|
||||
spring-cloud-version: '@spring-cloud.version@'
|
||||
spring-boot-version: '@project.parent.version@'
|
||||
|
||||
management:
|
||||
endpoint:
|
||||
health:
|
||||
probes:
|
||||
enabled: true
|
||||
|
||||
server:
|
||||
port: ${PORT:8080}
|
||||
shutdown: graceful
|
||||
error:
|
||||
include-message: on_param
|
||||
include-stacktrace: on_param
|
||||
|
||||
sentry:
|
||||
dsn: https://354321d371291036cffcdb5b1a72fd6e@o394865.ingest.us.sentry.io/4507718826262528
|
||||
environment: edge-service
|
||||
|
||||
# Set traces_sample_rate to 1.0 to capture 100%
|
||||
# of transactions for tracing.
|
||||
# We recommend adjusting this value in production.
|
||||
tracesSampleRate: 1.0
|
6
src/test/resources/bootstrap.yml
Normal file
6
src/test/resources/bootstrap.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
eureka:
|
||||
client:
|
||||
register-with-eureka: false
|
||||
fetch-registry: false
|
||||
service-url:
|
||||
defaultZone: ${EUREKA}
|
Reference in New Issue
Block a user