application-website-prod.yml 675 字节
Newer Older
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: 10324
#Log配置
logging:
  level:
    cn.ibizlab.businesscentral: info
#zuul网关路由设置
zuul:
  routes:
    websiteresource:
      path: /websiteresources/**
      serviceId: ibizbusinesscentral-centralapi
      stripPrefix: false
    website:
      path: /websites/**
      serviceId: ibizbusinesscentral-centralapi
      stripPrefix: false
    websitecontent:
      path: /websitecontents/**
      serviceId: ibizbusinesscentral-centralapi
      stripPrefix: false
    websitechannel:
      path: /websitechannels/**
      serviceId: ibizbusinesscentral-centralapi
      stripPrefix: false
  sensitive-headers:
    - Cookie,Set-Cookie,Authorization