You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
694 B
Properties

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#token有效期单位为毫秒,最长不能超过30天
token_expires=2592000000
#token获取地址相对地址
token_url=/sign/v2/applications/token
#上次pdf文件地址相对地址
upload_file_url=/sign/v2/files/links
#下载pdf文件地址相对地址
download_file_url=/sign/v2/writeObjects2PDF
#PC端js加载地址相对地址
pc_js_path=/context/ws.pc@2.0.js
#PC端css加载地址相对地址
pc_css_path=/context/ws.pc@2.0.css
#移动端js加载地址相对地址
mobile_js_path=/context/ws.mobile@2.0.js
#移动端css加载地址相对地址
mobile_css_path=/context/ws.mobile@2.0.css
#连接超时时间,单位为毫秒
connect_time_out=5000
#文件上传超时时间,单位为毫秒
read_time_out=60000
#锁定超时时间,单位为分钟
lock_time_out=5
#是否调试模式
is_debugger=1