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

zzle.fitnesse.fitnesse-connect-testbed-backend.1.1.9.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 1.1.13
Show newest version
logging:
  level:
    root: INFO
    org.springframework: INFO
    org.springframework.beans: INFO
    org.springframework.security: INFO

server:
  port: 9124
  contextPath: /

security:
  headers:
    cache: false

endpoints:
  shutdown:
    sensitive: false
    enabled: true

storage:
  location: target/upload-dir

spring:
  http:
    multipart:
      max-file-size: 128KB
      max-request-size: 128KB
  jpa:
    database-platform: org.hibernate.dialect.H2Dialect
    hibernate:
      ddl-auto: validate
      naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy

testbed-application:
  dateTimeFormatter: yyyy-MM-dd HH:mm:ss
  users:
    rest-client: password
    user: password




© 2015 - 2024 Weber Informatics LLC | Privacy Policy