Hello Sharoon,

Here is a copy of the config without the sensitive info:

---------------------------------------------------------------------------------------

[database]
# Database related settings
 
# The URI to connect to the SQL database (following RFC-3986)

uri = db://user:pwd@localhost:port/
#uri = postgresql://tryton:tryton@/
#uri = postgresql://tryton:tryton@localhost:5432/
path = path
list = True
retry = 8
language = en_US
 
[ssl]
#FOR LATER, PEOPLE
# The path to the private key
#privatekey = key
 
# The path to the certificate
#certificate = key
 
[jsonrpc]
listen = ip:port
 
# The hostname for this interface
hostname = hostname
 
# The root path to retrieve data for GET requests
data = jsondata
 
[xmlrpc]
# Settings for the XML-RPC network interface
 
# The IP/host and port number of the interface
listen = ip:port
 
[webdav]
# Settings for the WebDAV network interface
listen = ip:port
 
[session]
timeout = 8000
super_pwd = pwd
 
[email]
# Mail settings
# Available protocols are:
# - smtp: simple SMTP
# - smtp+tls: SMTP with STARTTLS
# - smtps: SMTP with SSL
uri = smtp://localhost:25
 
# The From address used by the Tryton Server to send emails.
#from = none@localhost
 
[report]
#unoconv = pipe,name=trytond;urp;StarOffice.ComponentContext

Reply via email to