Commit 42597e

Troubleshooting
@@ 70,15 70,15@@
>| Note: replace `10.0.0.4:5000/5011` with your local ip address and port
>|
>| ```
- >| "Kestrel": {
+ "Kestrel": {
- >| "Endpoints": {
+ "Endpoints": {
- >| "Http": {
+ "Http": {
- >| "Url": "http://10.0.0.4:5000"
+ "Url": "http://10.0.0.4:5000"
- >| },
+ },
- >| "Https": {
+ "Https": {
- >| "Url": "https://10.0.0.4:5011"
+ "Url": "https://10.0.0.4:5011"
- >| },
+ },
- >| }
+ }
>| ```
Additionally, see [[Setting up HTTPS|HTTPS]] for HTTPS/SSL Cert Configuration