Browse Source

20211130

yanyuan
zy_Java 4 years ago
parent
commit
24692dac75
  1. 8
      signin/src/main/resources/application-prod.yml
  2. 4
      signin/src/main/resources/application.yml

8
signin/src/main/resources/application-prod.yml

@ -24,17 +24,17 @@ spring:
max-idle: 10 max-idle: 10
max-wait: -1ms max-wait: -1ms
min-idle: 0 min-idle: 0
password: '' # password: ''
# password: 'areowqr!@43ef' password: 'areowqr!@43ef'
port: 6379 port: 6379
timeout: 1000ms timeout: 1000ms
swagger: swagger:
enable: false enable: false
eureka: eureka:
instance: instance:
# ip-address: 121.36.3.207 ip-address: 121.36.3.207
# ip-address: 101.201.226.21 # ip-address: 101.201.226.21
ip-address: 127.0.0.1 # ip-address: 127.0.0.1
gatewayUrl: https://www.tall.wiki/gateway/ gatewayUrl: https://www.tall.wiki/gateway/
notGatewayUrl: https://www.tall.wiki/ notGatewayUrl: https://www.tall.wiki/

4
signin/src/main/resources/application.yml

@ -1,5 +1,5 @@
spring: spring:
profiles: profiles:
active: test active: prod
include: util-test,common include: util-prod,common

Loading…
Cancel
Save