53 lines
1.1 KiB
YAML
53 lines
1.1 KiB
YAML
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
|