application-prod.yml 999 Bytes
Newer Older
peterchu committed
1 2 3
spring:
  urlConfig:
    overseasCheetahUrl: 'http://127.0.0.1:18092/polestar/'
peterchu committed
4 5
    #    overseasAirTicketUrl: 'http://127.0.0.1:18071/OverseasAirTicket/'
    overseasAirTicketUrl: 'http://192.168.11.158:8080/ordercenterApi/'
peterchu committed
6 7
    productServiceUrl: 'http://127.0.0.1:28071/20160907_InterfaceConnected/'
    polestarLogsServicesUrl: 'http://127.0.0.1:8089/'
peterchu committed
8 9
    dataApiUrl: 'http://14.18.207.91:38071/iffs-data-api/'
    # 订单服务 ordercenter
10 11
#    statementApiUrl: 'http://121.36.16.56:32480/ordercenterApi/'
    statementApiUrl: 'http://121.36.31.103:32480/ordercenterApi/'
peterchu committed
12
  pathConfig:
peterchu committed
13 14
    saleDetailReportExcelPath: 'D:\\polestar_ExcelFile/'  # 销售明细报表导出保存的本地路径
    saleReportExcelPath: 'D:/polestar_ExcelFile/'       #
peterchu committed
15
server:
peterchu committed
16
  port: 8080
peterchu committed
17 18 19 20 21 22 23
  compression:
    enabled: true
    mime-types: application/json,application/xml,application/octet-stream,textml,text/xml,text/plain
    min-response-size: 1024
  tomcat:
    max-connections: 2000
    max-threads: 2000
peterchu committed
24