SHA256
1
0
forked from pool/trytond

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
This commit is contained in:
Dominique Leuenberger 2017-07-11 06:27:55 +00:00 committed by Git OBS Bridge
parent 5cf485f681
commit e9ef41e5db
2 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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