forked from pool/trytond
Accepting request 507741 from Application:ERP:Tryton:Factory
Final version GNU Health 3.2 OBS-URL: https://build.opensuse.org/request/show/507741 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trytond?expand=0&rev=9
This commit is contained in:
20
trytond.conf
20
trytond.conf
@@ -16,17 +16,12 @@
|
||||
# (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.
|
||||
@@ -72,12 +67,7 @@ listen = [::]:8000
|
||||
#hostname =
|
||||
|
||||
# The root path to retrieve data for GET requests
|
||||
# used for SAO as well!
|
||||
#
|
||||
#data = /srv/tryton-sao/package
|
||||
#
|
||||
# SAO listens on http://localhost:8000
|
||||
|
||||
#data = jsondata
|
||||
|
||||
[xmlrpc]
|
||||
# Settings for the XML-RPC network interface
|
||||
@@ -137,3 +127,7 @@ listen = [::]:8000
|
||||
#uri = ldap://host:port/dn?attributes?scope?filter?extensions
|
||||
# A basic default URL could look like
|
||||
#uri = ldap://localhost:389/
|
||||
|
||||
[web]
|
||||
# Path for the web-frontend
|
||||
#root = /usr/lib/node-modules/tryton-sao
|
||||
|
Reference in New Issue
Block a user