application-web-prod.yml 2.0 KB
Newer Older
ibizdev's avatar
ibizdev committed
1
server:
ibizdev's avatar
ibizdev committed
2
  port: 30003
3 4 5 6
#Log配置
logging:
  level:
    cn.ibizlab: info
ibizdev's avatar
ibizdev committed
7 8 9
#zuul网关路由设置
zuul:
  routes:
ibizdev's avatar
ibizdev committed
10 11
    wf_model:
      path: /wfremodels/**
12
      serviceId: ${ibiz.ref.service.ibzwf-api:ibzwf-api}
ibizdev's avatar
ibizdev committed
13
      stripPrefix: false
ibizdev's avatar
ibizdev committed
14 15
    wf_group_member:
      path: /wfmembers/**
16
      serviceId: ${ibiz.ref.service.ibzwf-api:ibzwf-api}
ibizdev's avatar
ibizdev committed
17 18 19
      stripPrefix: false
    wf_group:
      path: /wfgroups/**
20
      serviceId: ${ibiz.ref.service.ibzwf-api:ibzwf-api}
ibizdev's avatar
ibizdev committed
21 22 23
      stripPrefix: false
    wf_user:
      path: /wfusers/**
24
      serviceId: ${ibiz.ref.service.ibzwf-api:ibzwf-api}
ibizdev's avatar
ibizdev committed
25
      stripPrefix: false
26 27 28 29
    wf_task:
      path: /wftasks/**
      serviceId: ${ibiz.ref.service.ibzwf-api:ibzwf-api}
      stripPrefix: false
ibizdev's avatar
ibizdev committed
30 31
    wf_definition:
      path: /wfprocessdefinitions/**
32
      serviceId: ${ibiz.ref.service.ibzwf-api:ibzwf-api}
ibizdev's avatar
ibizdev committed
33 34 35
      stripPrefix: false
    wf_pssystem:
      path: /wfsystems/**
36
      serviceId: ${ibiz.ref.service.ibzwf-api:ibzwf-api}
ibizdev's avatar
ibizdev committed
37
      stripPrefix: false
ibizdev's avatar
ibizdev committed
38 39
    loginv7:
      path: /v7/login
40
      serviceId: ${ibiz.ref.service.uaa:ibzuaa-api}
ibizdev's avatar
ibizdev committed
41
      stripPrefix: false
42 43
    changepwd:
      path: /v7/changepwd
44
      serviceId: ${ibiz.ref.service.uaa:ibzuaa-api}
45
      stripPrefix: false
46 47
    uaa:
      path: /uaa/**
48
      serviceId: ${ibiz.ref.service.uaa:ibzuaa-api}
49
      stripPrefix: false
50 51
    config:
      path: /config/**
52
      serviceId: ${ibiz.ref.service.uaa:ibzuaa-api}
53
      stripPrefix: false
54 55
    oucore:
      path: /ibzorganizations/**
56
      serviceId: ${ibiz.ref.service.ou:ibzou-api}
57
      stripPrefix: false
58
    oudict:
59
      path: /dictionarys/**/Ibzou**
60 61
      serviceId: ${ibiz.ref.service.ou:ibzou-api}
      stripPrefix: false
62 63 64 65
    uaadict:
      path: /dictionarys/**/SysOperator
      serviceId: ${ibiz.ref.service.uaa:ibzuaa-api}
      stripPrefix: false
66 67 68 69
    dict:
      path: /dictionarys/**
      serviceId: ${ibiz.ref.service.dict:ibzdict-api}
      stripPrefix: false
70 71 72 73
    disk:
      path: /net-disk/**
      serviceId: ${ibiz.ref.service.disk:ibzdisk-api}
      stripPrefix: false
ibizdev's avatar
ibizdev committed
74 75
  sensitive-headers:
    - Cookie,Set-Cookie,Authorization