This question has been flagged

Hello all,

is it possible to reference environment variables inside the opeerp-server.conf

say I definer the following variable inside my system : DB_HOST = my.odoo.db.host

and I want to do something like this inside the openerp-server.conf :

db_host = ${DB_HOST}

where ${DB_HOST} is taking the value `my.odoo.db.host` defined inside the server.

Avatar
Discard