Change server port from 11100 to 48080
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c9af583414
commit
0949ce3e78
|
|
@ -6,5 +6,5 @@
|
||||||
"Microsoft.Hosting.Lifetime": "Information"
|
"Microsoft.Hosting.Lifetime": "Information"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Urls": "http://0.0.0.0:11100"
|
"Urls": "http://0.0.0.0:48080"
|
||||||
}
|
}
|
||||||
|
|
@ -6,5 +6,5 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"Urls": "http://0.0.0.0:11100"
|
"Urls": "http://0.0.0.0:48080"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue