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