diff --git a/trytond.changes b/trytond.changes index d9f3d67..3a0a3cb 100644 --- a/trytond.changes +++ b/trytond.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 17 13:15:22 UTC 2017 - axel.braun@gmx.de + +- proposal path for sao changed + ------------------------------------------------------------------- Sun Dec 18 01:01:12 UTC 2016 - axel.braun@gmx.de diff --git a/trytond.conf b/trytond.conf index f66982e..c1bfdcf 100644 --- a/trytond.conf +++ b/trytond.conf @@ -72,7 +72,12 @@ listen = [::]:8000 #hostname = # The root path to retrieve data for GET requests -#data = jsondata +# used for SAO as well! +# +#data = /srv/tryton-sao/package +# +# SAO listens on http://localhost:8000 + [xmlrpc] # Settings for the XML-RPC network interface @@ -132,10 +137,3 @@ listen = [::]:8000 #uri = ldap://host:port/dn?attributes?scope?filter?extensions # A basic default URL could look like #uri = ldap://localhost:389/ - -# SAO - the web-client -# set the path where SAO handles the requests: -#[web] -#root = /usr/lib/node-modules/tryton-sao -# -# SAO listens on http://localhost:8000 diff --git a/trytond.spec b/trytond.spec index 78c1da5..c278067 100644 --- a/trytond.spec +++ b/trytond.spec @@ -1,7 +1,7 @@ # # spec file for package trytond # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties