decidim / decidim-bulletin-board

GNU Affero General Public License v3.0
5 stars 6 forks source link

Server settings should be configured by environment variables #287

Closed andreslucena closed 9 months ago

andreslucena commented 2 years ago

There are some settings that are handled on a YML file:

https://github.com/decidim/decidim-bulletin-board/blob/develop/bulletin_board/server/config/settings.yml

We should move this to the secrets.yml file and pick it up with environment variables to be consistent with decidim/decidim, ease the configuration and also to play nicer with Docker deployments.