Skip to content

Commit

Permalink
feat: optionally load config with env var
Browse files Browse the repository at this point in the history
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
josecelano committed Apr 18, 2023
1 parent f297a54 commit 005eae5
Show file tree
Hide file tree
Showing 7 changed files with 285 additions and 114 deletions.
Loading

0 comments on commit 005eae5

Please sign in to comment.