You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
3.0 KiB
105 lines
3.0 KiB
server.port=5000
|
|
|
|
spring.profiles.active=local,alipay,bestpay,jd,wechat
|
|
|
|
env.company=RoyalPay
|
|
|
|
multipart.max-file-size=10Mb
|
|
|
|
spring.datasource.test-while-idle=true
|
|
#连接池检测释放周期
|
|
spring.datasource.time-between-eviction-runs-millis=500
|
|
spring.datasource.validation-query=select 1
|
|
#最大连接数
|
|
spring.datasource.max-active=1000
|
|
spring.datasource.max-pool-prepared-statement-per-connection-size=100
|
|
spring.datasource.max-idle=150
|
|
#建立连接最大等待时间
|
|
spring.datasource.max-wait=3000
|
|
spring.datasource.filters=stat,wall,log4j
|
|
|
|
spring.redis.host=127.0.0.1
|
|
spring.redis.port=6379
|
|
spring.redis.database=1
|
|
|
|
spring.data.mongodb.host=10.30.0.8
|
|
spring.data.mongodb.port=27017
|
|
spring.data.mongodb.database=admin
|
|
spring.data.mongodb.username=mongouser
|
|
spring.data.mongodb.password=Royalpay123
|
|
|
|
mybatis.autosql.default-dialect=mysql
|
|
|
|
app.redis.prefix=payment
|
|
app.redis.settle.check-code.prefix=settlementCheckCode
|
|
|
|
logging.level.java.sql.Connection=debug
|
|
logging.level.java.sql.Statement=debug
|
|
logging.level.java.sql.PreparedStatement=debug
|
|
logging.level.au.com.royalpay.payment=debug
|
|
logging.pattern.console=[%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){blue}] %clr(%-5level) %logger: %msg%n
|
|
|
|
jetty.threadPool.maxThreads=1000
|
|
|
|
spring.mail.host=smtp.office365.com
|
|
spring.mail.port=587
|
|
|
|
stockholder.mails=leo.huang@royalpay.com.au
|
|
|
|
|
|
app.attachment.host=https://file.royalpay.com.au/
|
|
app.attachment.source=03
|
|
|
|
##合同模板
|
|
app.agreetemplate.classic.path=https://file.royalpay.com.au/open/2017/07/10/1499665073802_qV7fpEuS9rdbTnpa4po6rmbW9CSUfE.pdf
|
|
##聚合支付合同模板
|
|
#app.agreetemplate.aggregate.path=https://file.royalpay.com.au/open/2017/11/10/1510280089107_D7CMUz4S1iwBI9IPj5P6ItkiGClmPK.pdf
|
|
app.agreetemplate.aggregate.path=https://file.royalpay.com.au/open/2017/11/17/1510890355946_hQt6yGc0NJ8TYeK7XCuuSAnTI31M7v.pdf
|
|
|
|
app.host.main=https://mpay.royalpay.com.au/
|
|
app.host.regions.cn=https://mpay-cn.royalpay.com.au/
|
|
app.host.regions.au=https://mpay-au.royalpay.com.au/
|
|
app.debug=true
|
|
|
|
app.name=RoyalPay
|
|
|
|
app.cms.host=https://www.royalpay.com.au/
|
|
|
|
app.server.ip=127.0.0.1
|
|
|
|
app.redpack_auth.enable=false
|
|
|
|
##积分商城
|
|
app.customer.host=https://customer.royalpay.com.au/
|
|
customer.app.appid=customer
|
|
customer.app.auth-code=xxnpdBRwd4sIaCCI
|
|
|
|
app.settlement.email-to=astro.dai@royalpay.com.au
|
|
app.settlement.email-cc=leo.huang@royalpay.com.au
|
|
|
|
app.mpsupport.appid=royalpay
|
|
app.mpsupport.auth_code=W3xucYnbmbE6rZDmA2V9BsKmagTrVIny
|
|
|
|
app.run-tasks=false
|
|
app.allow-clearing-generation=false
|
|
|
|
app.mail.appid=1
|
|
app.mail.host=https://mailsupport.royalpay.com.au
|
|
mail.send.credentialCode=Fd1aRfdjc9
|
|
|
|
apple.message.apns.password=F1b5*ChJPp73
|
|
android.message.secret=2b96d9bc6169c9554218aab1
|
|
android.message.appkey=3f33a10d0a7d4ac94d8f2431
|
|
|
|
spring.thymeleaf.mode=LEGACYHTML5
|
|
|
|
app.mpsupport.host=https://mp.royalpay.com.au
|
|
app.foreign-currency=AUD
|
|
|
|
app.ofei.md5-key=Khjx6wejblaJzmG0JBWFlPFKAUxhFIXQ
|
|
app.ofei.pwd=aomi@8888
|
|
app.ofei.sp-code=A1407200
|
|
mail.mailgun.api_key=api:key-96fa3b5866ace125b8ec5a9d27e19353
|
|
mail.mailgun.domain=dev.showcodes.com
|
|
|