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

s.spring-app.4.278.122.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 4.278.132
Show newest version
spring:

server:
  port: 8081
  use-forward-headers: true
  servlet:
    context-path: "/"
    session.timeout: 7200
  error:
    include-stacktrace: never

logging.level.org.springframework.web: INFO
logging.level.org.springframework.boot: INFO



host: "http://localhost:${server.port}"

management:
  server:
    servlet.context-path: "/manage"
    add-application-context-header: false

wrench:
  assets:
    ide: true
    ide-redirect: true
    ide-context-path: ide
    rest: true
    
    inmemory: 
      enabled: false 
    git:
      enabled: false
      privateKey: "path-to-git-private-key-related-files: .known_hosts; id_rsa; id_rsa.known_hosts"
      repositoryUrl: "ssh-git-url" 
      branchSpecifier: "main"
      repositoryPath: "~/clone-git-repo-to"
      path: src/main/resources
    pg:
      enabled: true
      autoCreate: true
      repositoryName: "wrench-assets" 
      branchSpecifier: "main"
      pgHost: "localhost"
      pgPort: 5433
      pgDb: "my_stencil"
      pgUser: "my_stencil"
      pgPass: "password123"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy