bootstrap.yml 781 Bytes
Newer Older
葛齐林's avatar
葛齐林 committed
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
#服务器配置信息1
server:
  port: 8091

spring:
  application:
    name: microservice-admin
  main:
    sources:
#    password: tennisRedis
  jackson:
    time-zone: GMT+8
    date-format: yyyy-MM-dd HH:mm:ss
  cloud:
    config:
      profile: dev
      uri: http://config:8777
      #discovery:
        #enabled: true
        #service-id: microservice-config-server
        


environment: common
info:
  version: 0.1

warning:
  ip: 10.20.72.29
  port: 30003

upload:
  realBaseDir: /usr/local/nginx/html/dist/
---
spring:
  profiles: test
  cloud:
    config:
      profile: test
      label: master
      uri: http://config:8777
upload:
  realBaseDir: ./root/crsh/admin/upload/
  readBaseDir: http://new001.suntrayoa.com/admin/