Sign in

杜凯玲 / huike-eaas-config · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • huike-eaas-config
  • gateway.yml
  • 添加infrastructure配置文件
    1cf4913f
    李献忠 authored
    2017-01-19 09:41:41 +0800  
    Browse File »
gateway.yml 340 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
server:
  port: 15300

spring:
  profiles:
    active: development

endpoints:
  restart:
    enabled: true
  shutdown:
    enabled: true
  health:
    sensitive: false

eureka:
  instance:
    hostname: gateway
  client:
    registerWithEureka: true
    fetchRegistry: true
    serviceUrl:
      defaultZone: http://discovery:15200/eureka/