Implemented the ability to configure the default port for non-docker users. Docker users will always be 5000. (#280)

This commit is contained in:
Joseph Milazzo
2021-06-07 14:36:35 -05:00
committed by GitHub
parent 4606b54603
commit 5259a1484a
6 changed files with 63 additions and 7 deletions
+2 -1
View File
@@ -17,5 +17,6 @@
"FileSizeLimitBytes": 0,
"MaxRollingFiles": 0
}
}
},
"Port": 5000
}