Hello community,

here is the log from the commit of package trytond for openSUSE:Factory checked 
in at 2017-07-11 08:27:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond (Old)
 and      /work/SRC/openSUSE:Factory/.trytond.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond"

Tue Jul 11 08:27:55 2017 rev:10 rq:509213 version:4.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond/trytond.changes  2017-07-05 
23:56:20.969887979 +0200
+++ /work/SRC/openSUSE:Factory/.trytond.new/trytond.changes     2017-07-11 
08:27:56.893651079 +0200
@@ -1,0 +2,5 @@
+Mon Jul 10 14:07:26 UTC 2017 - [email protected]
+
+- default setting for database access in trytond.conf
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ trytond.conf ++++++
--- /var/tmp/diff_new_pack.u2yOs9/_old  2017-07-11 08:27:59.317309208 +0200
+++ /var/tmp/diff_new_pack.u2yOs9/_new  2017-07-11 08:27:59.321308644 +0200
@@ -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 @@
 # Settings for the WebDAV network interface
 
 # The IP/host and port number of the interface
-#listen = localhost:8080
+listen = localhost:8080
 
 [session]
 # Session settings


Reply via email to