enhance(backend): Load settings via environment variables (#14179)
* feat(backend): Load settings via environment variables If they're not loaded from the config file. * chore(docker): Add hints for environment variables It supports users to know about them. * docs(changelog): Add the description about this change Users can notice what's changed by this PR. * style(backend): Fix code syntax To pass the linter.
Showing
- .config/docker_example.env 6 additions, 0 deletions.config/docker_example.env
- .config/docker_example.yml 3 additions, 0 deletions.config/docker_example.yml
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- compose_example.yml 2 additions, 0 deletionscompose_example.yml
- packages/backend/src/config.ts 10 additions, 6 deletionspackages/backend/src/config.ts
Loading
Please register or sign in to comment