plex_dupefinder icon indicating copy to clipboard operation
plex_dupefinder copied to clipboard

Set config from environment

Open darth-veitcher opened this issue 6 years ago • 0 comments

Describe the problem At the moment (I believe) the config needs to be specified in the config.json file. It would be useful to be able to override k,v combinations from the environment (when they exist). This would assist with dockerising the script.

Describe any solutions you think might work After the file has been loaded merge the environment dict so that any set variables are overwritten in the config.

darth-veitcher avatar Feb 17 '20 21:02 darth-veitcher