Skip to content

Commit

Permalink
Merge branch 'main' into goroutine-leak
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbupark authored Jun 13, 2023
2 parents 169aeb6 + c569939 commit 118ad2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "daprSecretStore0",
"type": "Applications.Link/daprSecretStores",
"properties": {
"mode": "values",
"resourceProvisioning": "manual",
"version": 1

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ param magpieImage string
@description('Specifies the port for the container resource.')
param magpiePort int = 3000

@description('Specifies the environment for resources.')
param environment string = 'test'

@description('Specifies the RabbitMQ password.')
@secure()
param password string
Expand Down

0 comments on commit 118ad2d

Please sign in to comment.