X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=openerp-web.cfg;h=424d1a8c082be25bb81855a4d264a558d91e273f;hb=c7ea0c3761e6a4be80209f4f1b0b8798cf4bded6;hp=9ecc73629fa4ba0ad81320ce8163067624554bdd;hpb=820630a906d703648a1d2bec89ab96dc969c45f2;p=odoo%2Fodoo.git diff --git a/openerp-web.cfg b/openerp-web.cfg index 9ecc736..424d1a8 100644 --- a/openerp-web.cfg +++ b/openerp-web.cfg @@ -1,62 +1,3 @@ [global] -server.environment = "development" -# Some server parameters that you may want to tweak -server.socket_host = "0.0.0.0" -#server.socket_port = 8080 -server.socket_port = 8001 -# Sets the number of threads the server uses -server.thread_pool = 10 - -tools.sessions.on = True -tools.sessions.persistent = False - -# Simple code profiling -server.profile_on = False -server.profile_dir = "profile" - -# if this is part of a larger site, you can set the path -# to the TurboGears instance here -#server.webpath = "" - -# Set to True if you are deploying your App behind a proxy -# e.g. Apache using mod_proxy -#tools.proxy.on = True - -# If your proxy does not add the X-Forwarded-Host header, set -# the following to the *public* host url. -#tools.proxy.base = 'http://mydomain.com' - -# logging -#log.access_file = "/var/log/openerp-web/access.log" -#log.error_file = "/var/log/openerp-web/error.log" -log.access_level = "INFO" -log.error_level = "INFO" - -# OpenERP tools -tools.nestedvars.on = True -# Set to false to disable CSRF checks -tools.csrf.on = True - -# OpenERP Server -openerp.server.host = 'localhost' -openerp.server.port = '8070' -openerp.server.protocol = 'socket' -openerp.server.timeout = 450 - -# Web client settings -[openerp-web] -# filter dblists based on url pattern? -# NONE: No Filter -# EXACT: Exact Hostname -# UNDERSCORE: Hostname_ -# BOTH: Exact Hostname or Hostname_ - -dblist.filter = 'NONE' - -# whether to show Databases button on Login screen or not -dbbutton.visible = True - -# will be applied on company logo -company.url = ''