From da17e81c4a92e3b7ee470e213f124ae0ea2db7bf0eab5223c79a64ecd06a340c Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Tue, 27 Apr 2021 09:29:46 +0000 Subject: [PATCH] - 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 --- trytond.changes | 5 +++++ trytond.conf | 4 ++++ trytond.conf.example | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/trytond.changes b/trytond.changes index cbd9000..b64691a 100644 --- a/trytond.changes +++ b/trytond.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 27 09:28:52 UTC 2021 - Axel Braun + +- Parameter for webdav server added to trytond.conf + ------------------------------------------------------------------- Sun Apr 4 17:41:09 UTC 2021 - Axel Braun diff --git a/trytond.conf b/trytond.conf index decf4da..62e35cf 100644 --- a/trytond.conf +++ b/trytond.conf @@ -65,6 +65,10 @@ listen = [::]:8000 # The number of proxy servers in front of trytond. #num_proxies = 0 +[webdav] +# The port on which the webdav server listens +#listen = [::]:8080 + [request] # The maximum size in bytes for unauthenticated requests (zero means no limit). #max_size = 2MB diff --git a/trytond.conf.example b/trytond.conf.example index a1bcb7a..43751b7 100644 --- a/trytond.conf.example +++ b/trytond.conf.example @@ -137,3 +137,7 @@ super_pwd = jkUbZGvFNeugk [web] # Path for the web-frontend #root = /usr/lib/node-modules/tryton-sao + +[webdav] +# The port on which the webdav server listens +listen = [::]:8080