Scan-o-Matic / scanomatic

Scanomatic
GNU General Public License v3.0
10 stars 4 forks source link

Remove all disk IO from app settings #341

Closed local-minimum closed 6 years ago

local-minimum commented 6 years ago

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.