Skip to content

Commit

Permalink
fix: integration-test appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
devx247 committed Jan 20, 2025
1 parent 3d91752 commit 81bdb9b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .ci/appsettings.override.postgres.docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
},
"Messages": {
"Application": {
"DidDomainName": "localhost"
"DidDomainName": "localhost",
"MaxNumberOfMessageRecipients": 5
},
"Infrastructure": {
"SqlDatabase": {
Expand Down
3 changes: 2 additions & 1 deletion .ci/appsettings.override.postgres.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
},
"Messages": {
"Application": {
"DidDomainName": "localhost"
"DidDomainName": "localhost",
"MaxNumberOfMessageRecipients": 5
},
"Infrastructure": {
"SqlDatabase": {
Expand Down
3 changes: 2 additions & 1 deletion .ci/appsettings.override.sqlserver.docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
},
"Messages": {
"Application": {
"DidDomainName": "localhost"
"DidDomainName": "localhost",
"MaxNumberOfMessageRecipients": 5
},
"Infrastructure": {
"SqlDatabase": {
Expand Down
3 changes: 2 additions & 1 deletion .ci/appsettings.override.sqlserver.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
},
"Messages": {
"Application": {
"DidDomainName": "localhost"
"DidDomainName": "localhost",
"MaxNumberOfMessageRecipients": 5
},
"Infrastructure": {
"SqlDatabase": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
},
"Messages": {
"Application": {
"DidDomainName": "localhost"
"DidDomainName": "localhost",
"MaxNumberOfMessageRecipients": 5
},
"Infrastructure": {
"SqlDatabase": {
Expand Down

0 comments on commit 81bdb9b

Please sign in to comment.