跳至内容
菜单
此问题已终结
1 回复
12305 查看

I'm helping package OpenERP 8 for my distro. This is the only openerp-server.conf file I can find in the extracted source. Should this be considered the default config file?

[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = False
db_port = False
db_user = openerp
db_password = False
形象
丢弃

[options] ; This is the password that allows database operations: ;admin_passwd = a5853a5152ac9c1508c6702da0bb9960 db_host = localhost db_port = 5432 db_user = openerp db_password = openerp addons_path = openerp/addons

编写者

Should that be considered the default config file?

最佳答案

Yes, this is the default config file.

Other parameters may be automatically generated or be manually added as per your requirements. You can refer to this post for more information:

http:// www. vionblog. com/openerp-server-conf-for-openerp-7-explained/

形象
丢弃