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
  • discovery.yml
  • 修改发现服务配置文件
    ca158122
    李献忠 authored
    2017-01-19 18:52:03 +0800  
    Browse File »
discovery.yml 297 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 24 25 26 27
server:
  port: 15200

spring:
  profiles: development

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


---

spring:
  profiles: production

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