Commit c9e2aaf6 authored by 顾俭's avatar 顾俭

add staging for vpn test

parent 765425bc
...@@ -237,3 +237,71 @@ logging: ...@@ -237,3 +237,71 @@ logging:
org.hibernate.type.descriptor.sql.BasicBinder: DEBUG org.hibernate.type.descriptor.sql.BasicBinder: DEBUG
org.hibernate.type.descriptor.sql.BasicExtractor: DEBUG org.hibernate.type.descriptor.sql.BasicExtractor: DEBUG
file: log/srm.log file: log/srm.log
--- # staging
spring:
profiles: staging
datasource:
driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://192.168.12.51:3306/srm_staging?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
username: srm_staging
password: srm_staging
boot:
admin:
url: http://192.168.12.51:9000
client:
service-url: http://192.168.12.51:1098
name: srm-staging
resources:
static-locations: file:/,classpath:/static/,classpath:/META-INF/resources/,classpath:/resources/,classpath:/public/
http:
multipart:
max-file-size: 20MB
max-request-size: 20MB
location: /
server:
port: 1098
srm:
dev: true
aclSchema: srm_staging
companyName: 一舟
bannerInfo: 测试数据! 请勿送货!
print:
printInSrm: false
printIpPrefixInSide: 192
printHostOutSide: http://192.168.12.28:8080/
printHostInSide: http://192.168.12.28:8080/
printOrderUrl: finereport/ReportServer?reportlet=ZMT/srm/srmorder.cpt&shdh=
printLabelUrl: finereport/ReportServer?reportlet=ZMT/srm/srmlabel.cpt&shdh=
printLabelA4Url: finereport/ReportServer?reportlet=ZMT/srm/srmlabelA4.cpt&shdh=
soapWs:
wsDynamicClient: true
wsUrl: http://192.168.12.10/web/ws/r/aws_ttsrv4_toptest
wsdlUrl: http://192.168.12.10/web/ws/r/aws_ttsrv4_toptest?wsdl
deliverOrderWSDL: http://192.168.12.10/web/ws/r/aws_ttsrv4_toptest?wsdl
deliverOrderFahuo: SRM_fahuo
deliverOrderChehuiWSDL: http://192.168.12.10/web/ws/r/aws_ttsrv4_toptest?wsdl
deliverOrderFahuochehui: SRM_fahuochehui
productWSDL: http://192.168.12.10/web/ws/r/aws_ttsrv4_toptest?wsdl
productLiaojian: SRM_liaojian
supplierWSDL: http://192.168.12.10/web/ws/r/aws_ttsrv4_toptest?wsdl
supplierGetgys: SRM_getgys
poChgWSDL: http://192.168.12.10/web/ws/r/aws_ttsrv4_toptest?wsdl
poChgPobiangeng: SRM_pobiangeng
defaultReturnType: 0
defaultPoChgReturnType: 0
supplierErpCheck: true
supplierErpSend: true
email:
enable: true
recipients: gujian@benchmarkchina.com,raven@benchmarkchina.com
logoImg: data:image/png;base64,xxx
logging:
level:
org.hibernate.SQL: INFO
org.hibernate.type.descriptor.sql.BasicBinder: DEBUG
org.hibernate.type.descriptor.sql.BasicExtractor: DEBUG
file: log/srm.log
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment