OCA / server-env

Tools to manage environment-dependent configuration
GNU Affero General Public License v3.0
57 stars 157 forks source link

Question: Is it possible to set up admin_passwd #79

Closed DanielLagin closed 2 years ago

DanielLagin commented 3 years ago

Hi,

Is it possible to override parameters in default odoo.conf?

config/odoo.conf: [options] running_env=dev addons_path = /mnt/extra-addons,/mnt/_lib ...

addons/server_envronment_files/dev/odoo.conf [options] admin_passwd = asdf

[ir.config_parameter] ribbon.name = ASDF

docker-compose.yml using .env version: '2' services:

web: restart: always image: gymbeam/odoo13-gb command: ${COMMAND} depends_on:

volumes: odoo-web-data: odoo-db-data: pgadmin-data:

Setting ir.config_parameter is working fine, but basic odoo.conf parameters are not working at all. Am I doing something wrong?

Thanks!

github-actions[bot] commented 2 years ago

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.