parent
42c3905c66
commit
42ec49784d
@ -1,15 +1,15 @@
|
|||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
master:
|
||||||
host: 192.168.0.84:3306
|
host: 119.28.3.196:3310
|
||||||
jdbc-url: jdbc:mysql://${spring.datasource.master.host}/${spring.datasource.master.schema-name}?useUnicode=true&characterEncoding=utf8&useSSL=false
|
jdbc-url: jdbc:mysql://${spring.datasource.master.host}/${spring.datasource.master.schema-name}?useUnicode=true&characterEncoding=utf8&useSSL=false
|
||||||
password: rpayplus
|
password: read0nly
|
||||||
schema-name: royalpay
|
schema-name: royalpay_production
|
||||||
username: root
|
username: readonly
|
||||||
slave:
|
slave:
|
||||||
host: 192.168.0.84:3306
|
host: 119.28.3.196:3310
|
||||||
jdbc-url: jdbc:mysql://${spring.datasource.slave.host}/${spring.datasource.slave.schema-name}?useUnicode=true&characterEncoding=utf8&useSSL=false
|
jdbc-url: jdbc:mysql://${spring.datasource.slave.host}/${spring.datasource.slave.schema-name}?useUnicode=true&characterEncoding=utf8&useSSL=false
|
||||||
password: rpayplus
|
password: read0nly
|
||||||
schema-name: royalpay
|
schema-name: royalpay_production
|
||||||
username: root
|
username: readonly
|
||||||
type: com.zaxxer.hikari.HikariDataSource
|
type: com.zaxxer.hikari.HikariDataSource
|
||||||
|
Loading…
Reference in new issue