diff --git a/src/main/resources/_application-dev.yaml b/src/main/resources/_application-dev.yaml deleted file mode 100644 index 10dfc42..0000000 --- a/src/main/resources/_application-dev.yaml +++ /dev/null @@ -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 diff --git a/src/main/resources/_application.yaml b/src/main/resources/_application.yaml deleted file mode 100644 index 9216e25..0000000 --- a/src/main/resources/_application.yaml +++ /dev/null @@ -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 diff --git a/src/test/resources/bootstrap.yml b/src/test/resources/bootstrap.yml new file mode 100644 index 0000000..05126ea --- /dev/null +++ b/src/test/resources/bootstrap.yml @@ -0,0 +1,6 @@ +eureka: + client: + register-with-eureka: false + fetch-registry: false + service-url: + defaultZone: ${EUREKA}