Browse Source

Merge branch 'dev' of trick9191/wlyy2.0 into dev

trick9191 6 năm trước cách đây
mục cha
commit
f38e2f0afc
1 tập tin đã thay đổi với 20 bổ sung1 xóa
  1. 20 1
      server/svr-authentication/src/main/resources/application.yml

+ 20 - 1
server/svr-authentication/src/main/resources/application.yml

@ -35,4 +35,23 @@ spring:
    host: 172.19.103.88 # Redis server host.
    port: 6379 # Redis server port.
#    password: jkzl_ehr
---
spring:
  profiles: jwtest
  datasource:
    url: jdbc:mysql://172.17.110.160/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
    username: ssgg
    password: ssgg
  redis:
    host: 172.19.103.88 # Redis server host.
    port: 6379 # Redis server port.
---
spring:
  profiles: jwprod
  datasource:
    url: jdbc:mysql://172.17.110.160/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
    username: ssgg
    password: ssgg
  redis:
    host: 172.19.103.88 # Redis server host.
    port: 6379 # Redis server port.