Commit 0a8a666
Simplify JobGateway port configuration by setting default to 8080
Changed JobGateway's default port to 8080 in launchSettings.json instead of using ASPNETCORE_URLS environment variable. This is cleaner and works for both LocalTesting and LearningCourse modes without conditional configuration.
Removed conditional ASPNETCORE_URLS logic from AppHost - no longer needed.
Co-authored-by: devstress <[email protected]>1 parent ede0856 commit 0a8a666
File tree
2 files changed
+3
-11
lines changed- FlinkDotNet/FlinkDotNet.JobGateway/Properties
- LocalTesting/LocalTesting.FlinkSqlAppHost
2 files changed
+3
-11
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| 358 | + | |
358 | 359 | | |
359 | 360 | | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
| 361 | + | |
370 | 362 | | |
371 | 363 | | |
372 | 364 | | |
| |||
0 commit comments