Skip to content

Commit

Permalink
feat(repeater): revert accidental modification
Browse files Browse the repository at this point in the history
closes #170
  • Loading branch information
ostridm committed May 24, 2024
1 parent 472e126 commit 373f3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SecTester.Core/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private void ResolveUrls(Uri uri)
if (_loopbackAddresses.Any(address => address == host))
{
Bus = $"amqp://{host}:5672";
Api = $"http://{host}:8090";
Api = $"http://{host}:8000";
}
else
{
Expand Down

0 comments on commit 373f3d6

Please sign in to comment.