|
|
@@ -11,6 +11,15 @@ spring:
|
|
|
jdbcUrl: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/crss?currentSchema=registration
|
|
|
username: iemop
|
|
|
password: '@oPL0YwPCql06WMN3YI3'
|
|
|
+ synapse:
|
|
|
+ datasource:
|
|
|
+ type: com.zaxxer.hikari.HikariDataSource
|
|
|
+ url: jdbc:sqlserver://iemop-ondemand.sql.azuresynapse.net:1433;database=metering
|
|
|
+ username: iemopsynapse@exist.com
|
|
|
+ password: D[l!5)EL2]h7
|
|
|
+ hikari:
|
|
|
+ data-source-properties:
|
|
|
+ authentication: ActiveDirectoryPassword
|
|
|
|
|
|
jpa:
|
|
|
show-sql: true
|