加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
odoo.conf 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
zhaoyuchang 提交于 2021-11-08 11:38 . init odoo14
[options]
addons_path = .\addons,.\myaddons
admin_passwd = odoo
csv_internal_sep = ,
data_dir = .\data
db_host = 127.0.0.1
db_maxconn = 64
db_name = False
db_password = odoo
db_port = 5432
db_sslmode = prefer
db_template = template1
db_user = odoo
dbfilter = .*
demo = {}
email_from = False
geoip_database = E:\usr\share\GeoIP\GeoLite2-City.mmdb
http_enable = True
http_interface =
http_port = 8069
import_partial =
limit_memory_hard = None
limit_memory_soft = None
limit_request = None
limit_time_cpu = None
limit_time_real = None
limit_time_real_cron = None
list_db = True
log_db = False
log_db_level = warning
log_handler = :INFO
log_level = info
logfile =
logrotate = False
longpolling_port = 8072
max_cron_threads = 2
osv_memory_age_limit = 1.0
osv_memory_count_limit = False
pg_path = E:\Fanmi\GOdoo14_Ent\runtime\pgsql\bin
pidfile =
proxy_mode = False
reportgz = False
screencasts =
screenshots = C:\Users\ADMINI~1\AppData\Local\Temp\odoo_tests
server_wide_modules = web,
smtp_password = False
smtp_port = 25
smtp_server = localhost
smtp_ssl = False
smtp_user = False
syslog = False
test_commit = False
test_enable = False
test_file =
test_report_directory = False
test_tags = None
translate_modules = ['all']
unaccent = False
upgrade_path =
without_demo = False
workers = None
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化