Sunday, June 28, 2009

OpenERP Server Configuration

When any one want to install server client and postgresql seperately on windows,then one should have to be update Openerp-server.conf file to connection among openerp-server,client & postgresql..

How updated Openerp-server.conf file looks

[options]
without_demo = False
netport = 8070
secure = False
demo = {}
syslog = False
cache_timeout = 100000
port = 8069
smtp_password = False
secure_pkey_file = server.pkey
netinterface =
log_level = info
admin_passwd = admin
smtp_port = 25
smtp_server = localhost
db_user = postgres
price_accuracy = 2
import_partial =
soap = False
pidfile = False
db_maxconn = 64
reportgz = False
xmlrpc = True
db_port = 5432
debug_mode = False
netrpc = True
secure_cert_file = server.cert
interface =
logfile = C:\Program Files\ERPPlus Server\openerp-server.log
csv_internal_sep = ,
pg_path = C:\Program Files\PostgreSQL\8.3\bin
translate_modules = ['all']
stop_after_init = True
root_path = C:\Program Files\ERPPlus Server
smtp_user = False
db_password = postgres
db_name = False
db_host = 127.0.0.1
assert_exit_level =30
email_from = False
addons_path = C:\Program Files\ERPPlus Server\addons

postgresql installation path till bin in my case[default]
C:\Program Files\PostgreSQL\8.3\bin
and here is my addons path[default],one can any where else but he has to mention that path
addons_path = C:\Program Files\ERPPlus Server\addons
Host is localhost

No comments:

Post a Comment