Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
12307 Widoki

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
Awatar
Odrzuć

[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?

Najlepsza odpowiedź

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/

Awatar
Odrzuć