Skip to content

Commit

Permalink
docs(README): Add docs for VaultSource
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jan 28, 2023
1 parent d2a4101 commit 3b31d83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Source:
Notion: <BackupSourceNotion>
FTP: <BackupSourceFTP>
Redis: <BackupSourceRedis>
Vault: <BackupSourceVault>
Dummy: <BackupSourceDummy>
Middlewares:
- <MiddlewareConfiguration>
Expand Down Expand Up @@ -323,6 +324,13 @@ Host: <host>
Port: <port>
```

### Example BackupSourceVault Block

```yaml
Addr: <vault address>
Token: <vault token>
```

### Example BackupSourceDummy Block

```yaml
Expand Down

0 comments on commit 3b31d83

Please sign in to comment.