Browse Source

consumer

master
yasaka 6 years ago
parent
commit
bf0962fa0a
  1. 4
      sc-consumer/application-csdn.yml
  2. 4
      sc-consumer/application-dev.yml
  3. 4
      sc-consumer/application-production.yml
  4. 4
      sc-consumer/application-test.yml

4
sc-consumer/application-csdn.yml

@ -0,0 +1,4 @@
# hystrix.command.default.execution.timeout.enabled: false
#hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 80000
server:
port: 8200

4
sc-consumer/application-dev.yml

@ -0,0 +1,4 @@
# hystrix.command.default.execution.timeout.enabled: false
#hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 80000
server:
port: 8200

4
sc-consumer/application-production.yml

@ -0,0 +1,4 @@
# hystrix.command.default.execution.timeout.enabled: false
#hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 80000
server:
port: 8200

4
sc-consumer/application-test.yml

@ -0,0 +1,4 @@
# hystrix.command.default.execution.timeout.enabled: false
#hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 80000
server:
port: 8200
Loading…
Cancel
Save