All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ugin.ibiz-cloud-gateway.8.1.0.557.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 8.1.0.559
Show newest version
server:
  port: 20086

ibiz:
  appgateway:
    id: single

logging:
  level: 
    net.ibizsys.central.cloud: debug
    
spring:
  application:
    name: ibiz-cloud-gateway
  cloud:
    nacos:
      discovery:
        server-addr: 172.16.240.110:8848
        group: ibiz_config_group
      config:
        server-addr: 172.16.240.110:8848
        group: ibiz_config_group
        file-extension: yaml
    gateway:
      routes:
      - id: core
        #uri: http://localhost:10010
        uri: http://localhost:10002
        order: 100
        predicates:
        - Path=/ls/v7/**,/ls/ibizutil/**,/ls/configs/**,/ls/ibzemployees/**,/ls/wfcore/**,/ls/uaa/**,/ls/appdata/**,/ls/ibzdepartments/**,/saasmgr/appdata/**,/saasmgr/v7/**,/dcmgr/v7/**,/dcmgr/uaa/**,/dcmgr/appdata/**,/portal/v7/**,/portal/uaa/**,/portal/appdata/**,/portal/configs/**,/pms/v7/**,/pms/uaa/**,/pms/appdata/**,/pms/configs/**
        filters:
        - StripPrefix=1
      - id: wfcallback
        #uri: http://localhost:10001
        uri: http://localhost:10002
        order: 100
        predicates:
        - Path=/LS/wfcallback/**
        filters:
        - StripPrefix=2
        - PrefixPath=/wfcallback/ls
      - id: appdata
        #uri: http://localhost:10001
        uri: http://localhost:10002
        order: 50
        predicates:
        - Path=/ls/appdata/**
        #filters:
        #- StripPrefix=2
        #- PrefixPath=/wfcallback/ls
      - id: ls
        #uri: http://localhost:10001
        #uri: lb://ls-lsapi
        #uri: http://localhost:10002
        uri: lb://ls-lsapi
        order: 100
        predicates:
        - Path=/ls/**
        filters:
        - StripPrefix=1
        - PrefixPath=/ls/lsapi
      - id: ebsx_oldcoreapi
        #uri: http://localhost:10001
        uri: http://localhost:10002
        order: 100
        predicates:
        - Path=/saasmgr/**
        filters:
        - StripPrefix=1
        - PrefixPath=/ebsx/oldcoreapi
      - id: ebsx_oldapi
        #uri: http://localhost:10001
        uri: http://localhost:10002
        order: 100
        predicates:
        - Path=/dcmgr/**
        filters:
        - StripPrefix=1
        - PrefixPath=/ebsx/oldapi
      - id: ebsx_portalapi
        #uri: http://localhost:10001
        uri: http://localhost:10002
        order: 100
        predicates:
        - Path=/portal/**
        filters:
        - StripPrefix=1
        - PrefixPath=/ebsx/oldportalapi
      - id: pms_webapi
        #uri: http://localhost:10001
        uri: lb://pms-standardapi
        order: 100
        #uri: http://localhost:10002
        predicates:
        - Path=/pms/**
        filters:
        - StripPrefix=1
        - PrefixPath=/pms/standardapi       
       
       




© 2015 - 2024 Weber Informatics LLC | Privacy Policy