Original address: http://blog.csdn.net/wangnan537/article/details/42283465
[Options]; Addons Module Lookup Path Addons_path = E:\GreenOdoo8.0\source\openerp\addons; Administrator master password (for operations such as creating, restoring, and backing up databases) admin_passwd = admin; Auto reload? auto_reload = None; The default delimiter for importing exported csv files is csv_internal_sep =,; Data directory, for storing session information, attachment Data_dir = data; Database host name Db_host = 127.0.0.1; Maximum number of connections to the database Db_maxconn = 64; Specifies the database name to use db_name = False; Database user Password Db_password = openerp; Database port number Db_port = 65432; Database template used when creating a new database Db_template = template1; Database user name db_user = openerp; Filter the name of the database to be displayed dbfilter =. *; Whether to debug mode Debug_mode = False; which modules load the demo data? demo = {}; The email address used to send the message Email_from = False; Use this option when importing large amounts of data, and if the program goes down during import, you can continue in the current state. Specifies a file name that stores the intermediate import status. Import_partial =; The maximum physical memory that a processor allows to use Limit_memory_hard = None; The maximum virtual memory that a processor allows to use Limit_memory_soft = None; Maximum number of requests accepted by a processor limit_request = None; The maximum number of processor time a request takes limit_time_cpu = None; The maximum real time allowed for a request limit_time_real = None; Whether to allow the display of the database list list_db = True; Whether to write log to the ir_logging table of db log_db = False; Can be a set of module:log_level pairs, the default value is: info (indicates that the default log level for all modules is info level) Log_handler =: info; Log levels, optional values include Debug_rpc_answer, DEBUG_RPC, Debug, DebuG_sql, info, warn, error, Criticallog_level = info; Specifies the file used to store the log logfile = Openerp-server.log; Whether to store logs by day logrotate = False; Port number used by long connection pool? longpolling_port = 8072; Maximum number of threads handling the currently scheduled task max_cron_threads = 2; The maximum amount of time, in hours Osv_memory_age_limit = 1.0, to force records saved in the Virtual osv_memory table; Force the maximum number of records for a virtual osv_memory table osv_memory_count_limit = False; The path to the database executable file Pg_path = Runtime/pgsql/bin; The file name of the storage server pid pidfile = None; Whether to use reverse proxy mode proxy_mode = False; Whether to compress report reportgz = False; Specifies the certificate file for the SSL connection secure_cert_file = Server.cert; Specifies the master key file for the SSL connection secure_pkey_file = Server.pkey; Server-scoped modules, separated by commas server_wide_modules = None; SMTP user password for sending mail smtp_password = False; SMTP port number smtp_port = 25; SMTP server name smtp_server = localhost; Whether the SMTP server supports SSL protocol SMTP_SSL = False; SMTP User name Smtp_user = False for outgoing messages; Whether to send the log to Syslog = False for system log server; Whether to commit database changes caused by YAML or XML test test_commit = False; Whether YAML and unit tests are allowed test_enable = False; Yml Test File Test_file = False; The location of the instance of the report test_report_directory = False; Provide a reference time zone for the system timezone = False; Which modules can be translated, the default is Alltranslate_modules = [' All ']; Whether to use the UNACC of the databaseent function unaccent = False; Which modules do not load demo data at the time of installation Without_demo = False; Number of processors to use workers = None; Whether to allow the use of the XML-RPC protocol, the default is Truexmlrpc = True; Specifies an IP address that uses the XML-RPC protocol, and a null-time representation of the binding to an existing Ipxmlrpc_interface =; TCP Port Xmlrpc_port = 8069 used by the XML-RPC protocol; Whether to allow the use of the XML-RPC security protocol, the default is truexmlrpcs = True; Specifies the IP address that uses the XML-RPC security protocol, which is null to bind to the existing ipxmlrpcs_interface =; XML-RPC TCP port used by the security protocol Xmlrpcs_port = 8071
Odoo (OpenERP) configuration file openerp-server.conf detailed