Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: optionally load config with env var
You can load configuration with an env var instead of the `config.toml` file: ``` TORRUST_IDX_BACK_CONFIG=$(cat config.toml) cargo run ``` This will make easier to add Docker support.
- Loading branch information