zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    NoSQL学习1
    inno setup 软件打包
    cmapx 保存绘制好的图层
    qt之菜单栏的创建
    qt 软件打包
    可恶的 0xc0000005异常
    成长
    msChart组件安装与编程
    qt 工具下的dump工具导出文档出现异常解决方案
    qt 环境下mapx组件的鼠标跟踪
  • 原文地址:https://www.cnblogs.com/chjbbs/p/4876456.html
Copyright © 2011-2022 走看看