Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
12326 Vizualizări

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
Imagine profil
Abandonează

[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

Autor

Should that be considered the default config file?

Cel mai bun răspuns

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/

Imagine profil
Abandonează