Reconverted trytond-dev.conf to template for development and updated to 4.0

This commit is contained in:
Sergi Carol 2016-10-05 11:57:37 +02:00
parent f3cca2c0e7
commit be4821d370
1 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
[jsonrpc]
[web]
# Defines a comma separated list of couple of host (or IP address) and port
# number separeted by a colon to listen on.
listen = localhost:8000
@ -7,7 +7,7 @@ listen = localhost:8000
#hostname =
# Defines the root path to retrieve data for `GET` request
data = public_data/sao
root = public_data/sao
[xmlrpc]
# Same as for `jsonrpc` except it have no default value.
@ -81,7 +81,7 @@ super_pwd=aSwbO.nygCYuo
[jasper]
# File where the jasper server pid will be stored.
pid = /home/administrator/tryton/jasper.pid
pid = jasper.pid
# Port for jasper
port = 8090
@ -97,18 +97,18 @@ dev = True
cron = False
# File where the server pid will be stored
pidfile = /home/administrator/tryton/trytond.pid
pidfile = trytond.pid
# File where the server print the logs
logconf = /home/administrator/tryton/server-logconf.cfg
#logconf = server-logconf.cfg
# Enable verbose mode
verbose = False
verbose = True
doc_port = 8100
# Start multi processes, could be False or the number of workers.
workers = 4
#workers = 4
# Path to the nginx template config files, formatted with jinja2, or False.
nginx_tmpl = /home/administrator/tryton/config/templates/nginx.tmpl
#nginx_tmpl = /home/administrator/tryton/config/templates/nginx.tmpl