Skip to content

Commit

Permalink
add new configurations to template
Browse files Browse the repository at this point in the history
  • Loading branch information
VajiraPrabuddhaka committed Oct 21, 2024
1 parent b05d4e8 commit b3e3181
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions resources/conf/config.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,21 @@ enabled = true
amqpOverWebsocketsEnabled = false
reconnectInterval = 5000
reconnectRetryCount = 60
# Configurations to specify the ASB topics for the control plane
[[controlPlane.asbDataplaneTopics]]
type = "notification"
topicName = "00000000-0000-0000-0000-000000000005-notification"
connectionString = "Endpoint=sb://servicebus.windows.net/;SharedAccessKeyName=00000000-0000-0000-0000-000000000005-notification-sap;SharedAccessKey=************"
amqpOverWebsocketsEnabled = false
reconnectInterval = 5000
reconnectRetryCount = 60
[[controlPlane.asbDataplaneTopics]]
type = "tokenRevocation"
topicName = "00000000-0000-0000-0000-000000000005-tokenrevocation"
connectionString = "Endpoint=sb://servicebus.windows.net/;SharedAccessKeyName=00000000-0000-0000-0000-000000000005-tokenrevocation-sap;SharedAccessKey=************"
amqpOverWebsocketsEnabled = false
reconnectInterval = 5000
reconnectRetryCount = 60
# Worker Pool for sending requests to API Manager to reduce the load if the adapter tries to reconnect.
[controlPlane.requestWorkerPool]
# Number of workers
Expand Down

0 comments on commit b3e3181

Please sign in to comment.