spring:
  application:
    name: CSI-JAVA-EHR-OR-BOOKING
#  main:
#    allow-bean-definition-overriding: true
#  resources:
#    cache:
#      period: "3600s"
#  datasource:
#    url: jdbc:postgresql://172.15.100.141:5432/CSI-EHR-OR-BOOKING?autoReconnect=true
#    username: ehr_common
#    password: db@common
#  jpa:
#    database: POSTGRESQL
#    hibernate:
#      ddl-auto: none
#      dialect: org.hibernate.dialect.PostgreSQLDialect
#    database-platform: org.hibernate.dialect.PostgreSQLDialect
#hibernate:
#  dialect: org.hibernate.dialect.PostgreSQLDialect
#postgresql:
#  driver: org.postgresql.Driver
#  jpa:
#    properties:
#      hibernate:
#        format_sql: true
#        temp:
#          use_jdbc_metadata_defaults: false
#  liquibase:
#    change-log: classpath:db/changelog/db.changelog-master.xml
server:
  context-path: /OR
debug: true
app:
  anesthesia:
    inpatient: 1
    appointment-duration: 1
  my-surgery:
    history-days: 90
  procedure:
    surgery-caegory: 7
  casetime:
    cron: 50 01 * * * *
    historydays: 2
csi:
  jpa:
    event:
      isReport: true