Commit 42597e

2024-04-23 17:49:39 Hargata Softworks: x
troubleshooting.md ..
@@ 70,15 70,15 @@
>| Note: replace `10.0.0.4:5000/5011` with your local ip address and port
>|
>| ```
- >| "Kestrel": {
- >| "Endpoints": {
- >| "Http": {
- >| "Url": "http://10.0.0.4:5000"
- >| },
- >| "Https": {
- >| "Url": "https://10.0.0.4:5011"
- >| },
- >| }
+ "Kestrel": {
+ "Endpoints": {
+ "Http": {
+ "Url": "http://10.0.0.4:5000"
+ },
+ "Https": {
+ "Url": "https://10.0.0.4:5011"
+ },
+ }
>| ```
Additionally, see [[Setting up HTTPS|HTTPS]] for HTTPS/SSL Cert Configuration
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9