Obsidian
Obsidian copied to clipboard
Allow configuration through ENV variables
This would make it easier to configure Obsidian when hosting it through docker, since no files will have to be modified manually.
To add to this, We should make use of IConfigurationManager stuff and move away from how we currently do configuration ^ ^
What configuration is planned? Ports only? Or all settings?
(oops, thanks shithub)
if doable: all
To add to this, We should make use of IConfigurationManager stuff and move away from how we currently do configuration ^ ^
Probably a good idea, IConfigurationManager can fetch config values from multiple sources, be it env variables, a config file, etc etc