Skip to content

Commit

Permalink
docs(README): Add "Example BackupSourceConsul Block"
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Apr 12, 2023
1 parent 8c98407 commit a42b620
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Source:
Vault: <BackupSourceVault>
Dummy: <BackupSourceDummy>
Gitlab: <BackupSourceGitlab>
Consul: <BackupSourceConsul>
Middlewares:
- <MiddlewareConfiguration>
- ...
Expand Down Expand Up @@ -344,6 +345,26 @@ Content: <backup content>
NamePrefix: <prefix Gitlab backup file in /var/opt/gitlab/backups>
```

### Example BackupSourceConsul Block

```yaml
Addr: <host>
Token: <token>
```

Example without ACL

```yaml
Addr: http://127.0.0.1:8500
```

Example with ACL requires token

```yaml
Addr: http://127.0.0.1:8500
Token: 51047cd1-c243-a969-2bf1-a845405e4da9
```

#### Example BackupDestinationFilePathConfiguration Block

```yaml
Expand Down

0 comments on commit a42b620

Please sign in to comment.