| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- server.version=1.7.0
-
- server.address=172.16.0.152
- server.port=8080
-
- filesize-max=5242880
-
- files.storage=5242880
- files.storage.folder=documents
-
- files.docservice.fillforms-docs=.docx|.oform
- files.docservice.viewed-docs=.djvu|.oxps|.pdf|.xps
- files.docservice.edited-docs=.csv|.docm|.docx|.docxf|.dotm|.dotx|.epub|.fb2|.html|.odp|.ods|.odt|.otp|.ots|.ott|.potm|.potx|.ppsm|.ppsx|.pptm|.pptx|.rtf|.txt|.xlsm|.xlsx|.xltm|.xltx
- files.docservice.convert-docs=.doc|.dot|.dps|.dpt|.epub|.et|.ett|.fb2|.fodp|.fods|.fodt|.htm|.html|.mht|.mhtml|.odp|.ods|.odt|.otp|.ots|.ott|.pot|.pps|.ppt|.rtf|.stw|.sxc|.sxi|.sxw|.wps|.wpt|.xls|.xlsb|.xlt|.xml
- files.docservice.timeout=120000
- files.docservice.history.postfix=-hist
-
- files.docservice.url.site=http://121.40.189.20:8009
- 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
- files.docservice.token-use-for-request=true
-
- files.docservice.verify-peer-off=true
-
- files.docservice.languages=en:English|hy:Armenian|az:Azerbaijani|eu:Basque|be:Belarusian|bg:Bulgarian|ca:Catalan|zh:Chinese (Simplified)|zh-TW:Chinese (Traditional)|cs:Czech|da:Danish|nl:Dutch|fi:Finnish|fr:French|gl:Galego|de:German|el:Greek|hu:Hungarian|id:Indonesian|it:Italian|ja:Japanese|ko:Korean|lo:Lao|lv:Latvian|ms:Malay (Malaysia)|no:Norwegian|pl:Polish|pt:Portuguese (Brazil)|pt-PT:Portuguese (Portugal)|ro:Romanian|ru:Russian|si:Sinhala (Sri Lanka)|sk:Slovak|sl:Slovenian|es:Spanish|sv:Swedish|tr:Turkish|uk:Ukrainian|vi:Vietnamese|aa-AA:Test Language
-
- 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
- spring.servlet.multipart.max-file-size=5MB
- spring.servlet.multipart.max-request-size=5MB
-
- url.index=/
- url.converter=/converter
- url.editor=/editor
- url.track=/track
- url.download=/download
-
- logo.image=
- logo.imageEmbedded=
- logo.url=https://www.onlyoffice.com
|