Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
12311 Tampilan

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
Avatar
Buang

[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

Penulis

Should that be considered the default config file?

Jawaban Terbai

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/

Avatar
Buang