Persistent user storage
Opened this issue · 0 comments
secana commented
The users should be saved on a location on disk, which can be easily mounted as a Docker volume to allow persistence. Dynamically add users to the appsettings.json?
- On application start, the application should look for users file in a pre-defined location and load it if available (must work on Windows and Linux)
- The location should be overwrite-able by an environment variable