- Parameter for webdav server added to trytond.conf
OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond?expand=0&rev=124
This commit is contained in:
parent
d35355f812
commit
da17e81c4a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 27 09:28:52 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- Parameter for webdav server added to trytond.conf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 4 17:41:09 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
Sun Apr 4 17:41:09 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -65,6 +65,10 @@ listen = [::]:8000
|
|||||||
# The number of proxy servers in front of trytond.
|
# The number of proxy servers in front of trytond.
|
||||||
#num_proxies = 0
|
#num_proxies = 0
|
||||||
|
|
||||||
|
[webdav]
|
||||||
|
# The port on which the webdav server listens
|
||||||
|
#listen = [::]:8080
|
||||||
|
|
||||||
[request]
|
[request]
|
||||||
# The maximum size in bytes for unauthenticated requests (zero means no limit).
|
# The maximum size in bytes for unauthenticated requests (zero means no limit).
|
||||||
#max_size = 2MB
|
#max_size = 2MB
|
||||||
|
@ -137,3 +137,7 @@ super_pwd = jkUbZGvFNeugk
|
|||||||
[web]
|
[web]
|
||||||
# Path for the web-frontend
|
# Path for the web-frontend
|
||||||
#root = /usr/lib/node-modules/tryton-sao
|
#root = /usr/lib/node-modules/tryton-sao
|
||||||
|
|
||||||
|
[webdav]
|
||||||
|
# The port on which the webdav server listens
|
||||||
|
listen = [::]:8080
|
||||||
|
Loading…
x
Reference in New Issue
Block a user