48 lines
1.5 KiB
Plaintext
48 lines
1.5 KiB
Plaintext
[options]
|
|
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
# Configuracion Odoo para Agofer
|
|
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
; Contrasena para administracion de base de datos:
|
|
admin_passwd = 928333333333333333nc4046564565787444444444444444686783489u394d835n03984mw0d38$
|
|
db_user = odoo
|
|
db_name = Agofer
|
|
list_db = True
|
|
dbfilter = ^Agofer$
|
|
addons_path = /opt/odoo_agofer/addons,/opt/v8_agofer,/opt/aeroo_report,/opt/contrib
|
|
without_demo = True
|
|
test_enable = False
|
|
timezone = America/Bogota
|
|
unaccent = True
|
|
|
|
#-----------------------------------------------------------------------------
|
|
# Registro
|
|
#-----------------------------------------------------------------------------
|
|
# syslog = True
|
|
logfile = /var/log/odoo/odoo-server.log
|
|
logrotate = False
|
|
# ['debug_rpc_answer', 'debug_rpc', 'debug', 'debug_sql',
|
|
# 'info', 'warn', 'error', 'critical']
|
|
log_level = warn
|
|
|
|
#-----------------------------------------------------------------------------
|
|
# Rendimiento
|
|
#-----------------------------------------------------------------------------
|
|
#osv_memory_age_limit = 0.5
|
|
workers = 4
|
|
limit_time_cpu = 12000
|
|
limit_time_real = 24000
|
|
limit-memory-soft = 8053063680
|
|
limit-memory-hard = 9395240960
|
|
|
|
#-----------------------------------------------------------------------------
|
|
# Acceso
|
|
#-----------------------------------------------------------------------------
|
|
proxy_mode = True
|
|
xmlrpcs = False
|
|
longpolling_port = 8082
|
|
xmlrpc_port = 8090
|
|
xmlrpc_interface = 127.0.0.1
|
|
netrpc_interface = 127.0.0.1
|
|
|