(frontend) support _FILE environment variables for secrets

Allow configuration variables that handles secrets to be read from a
file given in an environment variable.
This commit is contained in:
soyouzpanda
2025-04-29 17:09:51 +02:00
parent 31e8ed3a00
commit 6c3850b22b
2 changed files with 10 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ and this project adheres to
- 🔧(git) set LF line endings for all text files #1032
- 📝(docs) minor fixes to docs/env.md
- ✨(backend) support `_FILE` environment variables for secrets #912
- ✨(frontend) support `_FILE` environment variables for secrets #912
### Removed