Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
#Application.properties
#Copyright (c) 2017 Veterans Affairs.
#Author : AbleVets
spring.datasource.url=${DB_URL}
spring.datasource.username=${DB_USER}
spring.datasource.password=${DB_PWD}
spring.datasource.driver-class-name=${DB_DRIVER}
#### For H2 DB ####
spring.datasource.platform=${DB_PLATFORM}
spring.datasource.initialize=true
spring.jpa.database-platform=${JPA_DIALECT}
spring.jpa.hibernate.ddl-auto=none
spring.jpa.properties.hibernate.jdbc.batch_size=200
spring.jpa.show-sql=false
spring.jpa.properties.hibernate.event.merge.entity_copy_observer=allow
spring.jackson.serialization.write-dates-as-timestamps=false
auth.seoc-client-key=${SEOC_CLIENT_KEY}