Skip to content

Commit

Permalink
chore: fix yaml file indentation issue
Browse files Browse the repository at this point in the history
```
failed to decode yaml config: yaml
```

relates to Homebrew/homebrew-core#67090

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored and ldelossa committed Jan 4, 2021
1 parent 73cdf7d commit 6e195c9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions config.yaml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ matcher:
max_conn_pool: 100
run: ""
migrations: true
updater_sets:
- "alpine"
- "aws"
- "debian"
- "oracle"
- "photon"
- "pyupio"
- "rhel"
- "suse"
- "ubuntu"
updater_sets:
- "alpine"
- "aws"
- "debian"
- "oracle"
- "photon"
- "pyupio"
- "rhel"
- "suse"
- "ubuntu"
notifier:
indexer_addr: http://clair-indexer:8080/
matcher_addr: http://clair-matcher:8080/
Expand All @@ -51,16 +51,16 @@ notifier:
callback: "http://clair-notifier/notifier/api/v1/notifications"
amqp:
exchange:
name: ""
name: ""
type: "direct"
durable: true
auto_delete: false
uris: ["amqp://user:pass@host:10000/vhost"]
direct: false
routing_key: "notifications"
routing_key: "notifications"
callback: "http://clair-notifier/notifier/api/v1/notifications"
tls:
root_ca: "optional/path/to/rootca"
root_ca: "optional/path/to/rootca"
cert: "madatory/path/to/cert"
key: "madatory/path/to/key"
stomp:
Expand All @@ -71,7 +71,7 @@ notifier:
login: "username"
passcode: "passcode"
tls:
root_ca: "optional/path/to/rootca"
root_ca: "optional/path/to/rootca"
cert: "madatory/path/to/cert"
key: "madatory/path/to/key"

Expand Down

0 comments on commit 6e195c9

Please sign in to comment.