Updated config
This commit is contained in:
parent
99a78f57e1
commit
3daec55299
|
@ -99,7 +99,7 @@ application:
|
|||
datasource:
|
||||
platform: io.github.jhipster.domain.util.FixedH2Dialect
|
||||
url: jdbc:h2:file:./target/h2db/db/epasmed;DB_CLOSE_DELAY=-1
|
||||
username:
|
||||
username: epasmed
|
||||
password:
|
||||
hikari:
|
||||
#type: com.zaxxer.hikari.HikariDataSource
|
||||
|
@ -130,3 +130,5 @@ application:
|
|||
rest-password1:
|
||||
rest-username2: isti_person_day_reader
|
||||
rest-password2:
|
||||
rest-username3: userISTI
|
||||
rest-password3:
|
||||
|
|
|
@ -130,7 +130,7 @@ application:
|
|||
maximum-pool-size: 10
|
||||
liquibase:
|
||||
# Replace by 'prod, faker' to add the faker context and have sample data loaded in production
|
||||
contexts: prod, faker
|
||||
contexts: prod
|
||||
change-log: classpath:config/liquibase/epasmed/master.xml
|
||||
enabled: true
|
||||
datasource-sistemainformativo:
|
||||
|
@ -150,6 +150,8 @@ application:
|
|||
rest-password1:
|
||||
rest-username2: isti_person_day_reader
|
||||
rest-password2:
|
||||
rest-username3: userISTI
|
||||
rest-password3:
|
||||
# datasource:
|
||||
# type: com.zaxxer.hikari.HikariDataSource
|
||||
# url: jdbc:postgresql://localhost:5432/epasmed
|
||||
|
|
|
@ -124,3 +124,5 @@ application:
|
|||
rest-password1:
|
||||
rest-username2: isti_person_day_reader
|
||||
rest-password2:
|
||||
rest-username3: userISTI
|
||||
rest-password3:
|
||||
|
|
Loading…
Reference in New Issue