All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rs.runtime.gears-runtime-server.1.17.1.source-code.application-local.yaml Maven / Gradle / Ivy

There is a newer version: 1.17.6
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy