- Version 4.6.10 - Bugfix Release
- Version 4.6.9 - Bugfix Release - Version 4.6.8 - Bugfix Release - Version 4.6.7 - Bugfix Release - Version 4.6.6 - Bugfix Release - Version 4.6.5 - Bugfix Release - trytond_log.conf changed to new notation - Version 4.6.4 - Bugfix Release - Version 4.6.3 - Bugfix Release - Version 4.6.2 - Bugfix Release - Version 4.6.1 - Bugfix Release - Version 4.6.0 - initial build OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond?expand=0&rev=41
This commit is contained in:
committed by
Git OBS Bridge
parent
8501c80f2a
commit
f0291e345b
18
trytond.conf
18
trytond.conf
@@ -20,14 +20,14 @@
|
||||
|
||||
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/
|
||||
#
|
||||
|
||||
# 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)
|
||||
@@ -84,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
|
||||
@@ -92,16 +92,6 @@ listen = localhost:8080
|
||||
# The time (in seconds) until an inactive session expires
|
||||
#timeout = 3600
|
||||
|
||||
# The server administration password used by the client for
|
||||
# the execution of database management tasks. It is encrypted
|
||||
# using using the Unix crypt(3) routine. A password can be
|
||||
# generated using the following command line (on one line):
|
||||
# $ python -c 'import getpass,crypt,random,string; \
|
||||
# print crypt.crypt(getpass.getpass(), \
|
||||
# "".join(random.sample(string.ascii_letters + string.digits, 8)))'
|
||||
# Example password with 'admin'
|
||||
#super_pwd = jkUbZGvFNeugk
|
||||
|
||||
[email]
|
||||
# Mail settings
|
||||
|
||||
@@ -135,4 +125,4 @@ listen = localhost:8080
|
||||
|
||||
[web]
|
||||
# Path for the web-frontend
|
||||
#root = /usr/lib/node_modules/tryton-sao
|
||||
#root = /usr/lib/node-modules/tryton-sao
|
||||
|
Reference in New Issue
Block a user