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

penehr.configuration.2.8.0.source-code.application-cloud.yml Maven / Gradle / Ivy

The newest version!
spring:
  datasource:
    url: jdbc:postgresql://localhost:5432/ehrbase
    username: ehrbase_restricted
    password: ehrbase_restricted
    hikari:
      maximum-pool-size: 50
      max-lifetime: 1800000
      minimum-idle: 10
  flyway:
    schemas: ehr
    user: ehrbase
    password: ehrbase

security:
  authType: NONE






© 2015 - 2024 Weber Informatics LLC | Privacy Policy