mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
45 lines
1.4 KiB
INI
Executable File
45 lines
1.4 KiB
INI
Executable File
server.version=1.0.0
|
|
|
|
server.address=127.0.0.1
|
|
server.port=4000
|
|
|
|
filesize-max=5242880
|
|
|
|
files.storage=
|
|
files.storage.folder=documents
|
|
|
|
files.docservice.fillforms-docs=.oform|.docx
|
|
files.docservice.viewed-docs=.pdf|.djvu|.xps|.oxps
|
|
files.docservice.edited-docs=.docx|.xlsx|.csv|.pptx|.txt|.docxf
|
|
files.docservice.convert-docs=.docm|.dotx|.dotm|.dot|.doc|.odt|.fodt|.ott|.xlsm|.xltx|.xltm|.xlt|.xls|.ods|.fods|.ots|.pptm|.ppt|.ppsx|.ppsm|.pps|.potx|.potm|.pot|.odp|.fodp|.otp|.rtf|.mht|.html|.htm|.xml|.epub|.fb2
|
|
files.docservice.timeout=120000
|
|
files.docservice.history.postfix=-hist
|
|
|
|
files.docservice.url.site=http://documentserver/
|
|
files.docservice.url.converter=ConvertService.ashx
|
|
files.docservice.url.command=coauthoring/CommandService.ashx
|
|
files.docservice.url.api=web-apps/apps/api/documents/api.js
|
|
files.docservice.url.preloader=web-apps/apps/api/documents/cache-scripts.html
|
|
files.docservice.url.example=
|
|
|
|
files.docservice.secret=
|
|
files.docservice.header=Authorization
|
|
|
|
spring.datasource.url=jdbc:h2:mem:usersdb
|
|
spring.datasource.driverClassName=org.h2.Driver
|
|
spring.datasource.username=sa
|
|
spring.datasource.password=password
|
|
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
|
|
hibernate.ddl-auto
|
|
spring.h2.console.enabled=true
|
|
spring.h2.console.path=/h2
|
|
|
|
url.index=/
|
|
url.converter=/converter
|
|
url.editor=/editor
|
|
url.track=/track
|
|
url.download=/download
|
|
|
|
logo.image=
|
|
logo.imageEmbedded=
|
|
logo.url=https://www.onlyoffice.com |