[tryton-debian-vcs] tryton-server branch debian updated. debian/3.4.0-1-5-g7e529f3
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Nov 17 12:49:42 UTC 2014
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=debian/3.4.0-1-5-g7e529f3
commit 7e529f36fd1abd6b9dc498227b907bd4cb477d13
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Nov 17 13:47:17 2014 +0100
Improving the documentation in trytond.conf.
diff --git a/debian/trytond.conf b/debian/trytond.conf
index fd28e1f..8b0a99e 100644
--- a/debian/trytond.conf
+++ b/debian/trytond.conf
@@ -12,14 +12,21 @@
# The URI to connect to the SQL database (following RFC-3986)
# uri = database://username:password@host:port/
+# (Internal default: sqlite:// (i.e. a local SQLite database))
#
-# PostgreSQL via TCP/IP
-#uri = postgresql://tryton:tryton@localhost:5432/
# PostgreSQL via Unix domain sockets
+# (e.g. PostgreSQL database running on the same machine (localhost))
#uri = postgresql://tryton:tryton@/
+#
+# 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/
# The path to the directory where the Tryton Server stores files.
# The server must have write permissions to this directory.
+# (Internal default: /var/lib/trytond)
path = /var/lib/tryton
# Shall available databases be listed in the client?
@@ -49,10 +56,10 @@ path = /var/lib/tryton
# Settings for the JSON-RPC network interface
# The IP/host and port number of the interface
-#listen = localhost:8000
+# (Internal default: localhost:8000)
#
# Listen on all interfaces (IPv4 and IPv6)
-#listen = 0.0.0.0:8000,*:8000
+#listen = 0.0.0.0:8000,:8000
# The hostname for this interface
#hostname =
--
tryton-server
More information about the tryton-debian-vcs
mailing list