Location to set "bc_simple_auto_accounts"

Hello,

After upgrading ood 3.1 to 4.0, auto_accounts was disabled by default. I modified /var/www/ood/apps/sys/dashboard/config/configuration_singleton.rb
:bc_simple_auto_accounts => true,
and it worked again.

I tried to set it in /etc/ood/config/apps/dashboard/env or /etc/ood/config/apps/dashboard/initializers/ood.rb but didn’t work.
Where is the right place to set bc_simple_auto_accounts=true?

As lowercase, you set it in a ondemand.d/*.yml file. If you want to use the same property in the environment file you have to upcase it and prefix OOD_ to it.

The note in blue at the top of this page details this:

https://osc.github.io/ood-documentation/latest/reference/files/ondemand-d-ymls.html

Jeff, Thank you OOD_ upcase worked!