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