|
|
@@ -17,6 +17,15 @@ spring:
|
|
|
username: crss_nmms
|
|
|
password: crss_nmms
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
+ crss-registration:
|
|
|
+ dataSource:
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
|
|
|
+ username: crss_registration
|
|
|
+ password: crss_registration
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ maxPoolSize: 5
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|
|
|
|
|
|
profiles:
|
|
|
include: mesos
|