• openerp config file


    [options]
    addons_path = /bin/openerp/addons
    admin_passwd = admin
    csv_internal_sep = ,
    db_host = False
    db_maxconn = 64
    db_name = test_openerp
    db_password = False
    db_port = False
    db_template = template1
    db_user = openerp
    dbfilter = .*
    debug_mode = False
    demo = {}
    email_from = False
    import_partial =
    limit_memory_hard = 805306368
    limit_memory_soft = 671088640
    limit_request = 8192
    limit_time_cpu = 60
    limit_time_real = 240#会话有效时间
    list_db = True
    log_handler = [':INFO']
    log_level = info
    logfile = /var/log/openerp/openerp-server.log
    login_message = False
    logrotate = True
    max_cron_threads = 2
    netrpc = False
    netrpc_interface =
    netrpc_port = 8070
    osv_memory_age_limit = 1.0
    osv_memory_count_limit = False
    pg_path = None
    pidfile = None
    proxy_mode = False
    reportgz = False
    secure_cert_file = server.cert
    secure_pkey_file = server.pkey
    server_wide_modules = None
    smtp_password = False
    smtp_port = 25
    smtp_server = localhost
    smtp_ssl = False
    smtp_user = False
    static_http_document_root = None
    static_http_enable = False
    static_http_url_prefix = None
    syslog = False
    test_commit = False
    test_enable = False
    test_file = False
    test_report_directory = False
    timezone = False
    translate_modules = ['all']
    unaccent = False
    without_demo = False
    workers = 8
    xmlrpc = True
    xmlrpc_interface =
    xmlrpc_port = 8069
    xmlrpcs = True
    xmlrpcs_interface =
    xmlrpcs_port = 8071

  • 相关阅读:
    java基础语法
    java 设计模式
    Mysql或者SQL Server数据库的运行机制和体系架构
    数据库中间件
    Spring的工作原理
    Hibernate和Mybatis的工作原理以及区别
    SpringMVC
    HTML学习笔记(八) Web Worker
    HTML学习笔记(七) Web Storage
    HTML学习笔记(六) 元素拖放
  • 原文地址:https://www.cnblogs.com/chjbbs/p/4876456.html
Copyright © 2020-2023  润新知