From e9ef41e5dbf57b437247205cdeec862747184b36face6855c9beda9c5de5e184 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 11 Jul 2017 06:27:55 +0000 Subject: [PATCH] Accepting request 509213 from Application:ERP:Tryton:Factory bnc1047498 OBS-URL: https://build.opensuse.org/request/show/509213 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trytond?expand=0&rev=10 --- trytond.changes | 5 +++++ trytond.conf | 11 ++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/trytond.changes b/trytond.changes index 90d831e..a77600b 100644 --- a/trytond.changes +++ b/trytond.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 10 14:07:26 UTC 2017 - axel.braun@gmx.de + +- default setting for database access in trytond.conf + ------------------------------------------------------------------- Mon Jul 3 09:12:15 UTC 2017 - axel.braun@gmx.de diff --git a/trytond.conf b/trytond.conf index 279e702..5b84c50 100644 --- a/trytond.conf +++ b/trytond.conf @@ -16,12 +16,17 @@ # (e.g. PostgreSQL database running on the same machine (localhost)) #uri = postgresql://tryton:tryton@/ # +# Postgres running on the same machine: + +uri = postgresql:/// + +# +# # PostgreSQL via TCP/IP # (e.g. connecting to a PostgreSQL database running on a remote machine or # by means of md5 authentication. Needs PostgreSQL to be configured to accept # those connections (pg_hba.conf).) - -uri = postgresql://tryton:tryton@localhost:5432/ +#uri = postgresql://tryton:tryton@localhost:5432/ # The path to the directory where the Tryton Server stores files. # The server must have write permissions to this directory. @@ -79,7 +84,7 @@ listen = [::]:8000 # Settings for the WebDAV network interface # The IP/host and port number of the interface -#listen = localhost:8080 +listen = localhost:8080 [session] # Session settings