Skip to content

Commit

Permalink
Update docs to use component options
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyz32 committed Oct 16, 2024
1 parent 38d9ca2 commit c47ad5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/config/examples/activeMQ.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ActiveMQ

This example shows how to use `activemq` as a destination for a `file` data source. This data will also be routed to the test_out destination, but we will only show the activemq configuration here.
This example shows how to use `activemq` as a destination for a `file` data source.

## Configuration

Expand All @@ -12,7 +12,7 @@ Be sure to have read up on [Manzan configuration](/config/index.md) to understan
[logfile1]
type=file
file=/Users/zakjonat/Documents/myfile.txt
destinations=test_out, mq
destinations=mq
format=$FILE_DATA$
```

Expand Down
2 changes: 1 addition & 1 deletion docs/config/examples/googlePubSub.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ projectId=<pubsub_project_id>
topicName=<pubsub_topic_name>

# Set your service account name (ie. file:/QOpenSys/etc/manzan/my-project-438217-b7392819a7hf.json)
serviceAccountKey=<path_to_pubsub_service_account_key>
componentOptions.serviceAccountKey=<path_to_pubsub_service_account_key>
```

## Result
Expand Down
4 changes: 2 additions & 2 deletions docs/config/examples/twilio.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ type=stdout
type=twilio

# These come from a Twilio account
sid=x
token=x
componentOptions.sid=x
componentOptions.token=x

to=...
from=+12058135364
Expand Down

0 comments on commit c47ad5d

Please sign in to comment.