blob: d38be139d9867744363d96cab91c66b9ba7fe070 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# Configuration file for the Tryton server.
#
# See the Tryton documentation for a description of the options:
# http://doc.tryton.org/3.8/trytond/doc/topics/configuration.html
[jsonrpc]
#listen = localhost:8000
#hostname =
#data = /var/www/localhost/tryton
[xmlrpc]
#listen =
[webdav]
#listen =
[database]
#uri = sqlite://
#path = /var/lib/trytond/
#list = True
#retry = 5
#language = en_US
[cache]
#model = 200
#record = 2000
#field = 100
[table]
[ssl]
#privatekey =
#certificate =
[email]
#uri =
#from =
[session]
#timeout =
#super_pwd =
[report]
#unoconv =
|