rs.runtime.gears-runtime-server.1.17.1.source-code.application-local.yaml Maven / Gradle / Ivy
gears:
testing:
enabled: true
init:
h2server:
enabled: true
request-logging:
enabled: true # additionally the level of `org.springframework.web.filter.CommonsRequestLoggingFilter` must be set to DEBUG to see requests
security:
content-policy: "form-action 'self'"
cors:
allowed-origins:
- 'http://localhost:3000'
- 'http://localhost:3001'
- 'electron://altair'
allowed-methods: '*'
allowed-headers: '*'
allow-credentials: true
scenario-recorder:
enabled: true
spring:
application:
# see https://docs.spring.io/spring-boot/reference/features/spring-application.html#features.spring-application.admin
admin:
enabled: true
h2:
console:
enabled: true
servlet:
multipart:
max-file-size: 64MB
max-request-size: 64MB
graphql:
schema:
introspection:
enabled: true
management:
endpoints:
web:
exposure:
include: '*'
jmx:
exposure:
include: '*'
endpoint:
health:
show-details: always