If there needs to be actual settings in the future, the should go into a db.
Currently there would never be any settings written to file, because only ever defaults would be used. Except for the admin uuid for requesting stuff from the scanomatic-backend however this too really didn't fulfill any useful functionality at the moment since both are launched within the same docker network.
Tested by existing tests & manually making a compilation and analysis.
Clean up.
If there needs to be actual settings in the future, the should go into a db. Currently there would never be any settings written to file, because only ever defaults would be used. Except for the admin uuid for requesting stuff from the
scanomatic-backend
however this too really didn't fulfill any useful functionality at the moment since both are launched within the same docker network.Tested by existing tests & manually making a compilation and analysis.