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:
11
trytond.conf
11
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
|
||||
|
Reference in New Issue
Block a user