Skip to content

Commit

Permalink
chore: mocky urls changed
Browse files Browse the repository at this point in the history
gingters committed May 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e70f095 commit 32c072a
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -31,18 +31,18 @@
"Type": "RelayWebTarget",
"Timeout": "00:00:02",
"Comment": "returns HTTP status NO CONTENT (followed by '?mocky-delay=#ms' to simulate a long running request delayed by #)",
"Url": "https://run.mocky.io/v3/dd0c23d8-6802-46ea-a188-675d022d0e4d"
"Url": "https://run.mocky.io/v3/0e213019-ba0d-4cc9-adbb-bf00b95c98dc"
},
"mocky3": {
"Type": "RelayWebTarget",
"Timeout": "00:00:02",
"Comment": "returns big JOSN (followed by '?mocky-delay=#ms' to simulate a long running request delayed by #)",
"Url": "https://run.mocky.io/v3/b0949784-114b-4ea9-80a8-f08aca93c796"
"Comment": "returns big JSON (about 2,4kb) (followed by '?mocky-delay=#ms' to simulate a long running request delayed by #)",
"Url": "https://run.mocky.io/v3/c20ff193-6b29-4b16-9552-512584914b72"
},
"mocky4": {
"Type": "RelayWebTarget",
"Comment": "returns 307",
"Url": "https://run.mocky.io/v3/09b75630-c3ff-4467-876d-ff389a110e30"
"Url": "https://run.mocky.io/v3/b1dff4cb-14ec-4b46-b841-708ab662411d"
},
"status": {
"Type": "RelayWebTarget",
5 changes: 5 additions & 0 deletions src/docker/Thinktecture.Relay.Server.Docker/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
{
"Kestrel": {
"Limits": {
"MaxRequestBodySize": 115343360
}
}
}

0 comments on commit 32c072a

Please sign in to comment.