Skip to content

Commit

Permalink
Set localhost as alternate url
Browse files Browse the repository at this point in the history
  • Loading branch information
boma96 committed Oct 24, 2024
1 parent e3b629f commit c355bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ConductorSharp.ApiEnabled/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Conductor": {
"BaseUrl": "http://localhost:8080",
"AlternateUrl": "https://fm-dev.10.7.6.124.nip.io",
"AlternateUrl": "http://localhost:8080",
"LongPollInterval": 100,
"MaxConcurrentWorkers": 10,
"SleepInterval": 500
Expand Down

0 comments on commit c355bcb

Please sign in to comment.