Fix appsettings JSON
This commit is contained in:
@@ -15,12 +15,6 @@
|
|||||||
"Endpoints": {
|
"Endpoints": {
|
||||||
"Http": {
|
"Http": {
|
||||||
"Url": "http://localhost:5000"
|
"Url": "http://localhost:5000"
|
||||||
},
|
|
||||||
"Https": {
|
|
||||||
"Url": "https://localhost:5001",
|
|
||||||
"Certificate": {
|
|
||||||
"Path": "certs/localhost.pfx", // Optional: Path to the certificate file
|
|
||||||
"Password": "password" // Optional: Certificate password if required
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,15 +16,7 @@
|
|||||||
"Endpoints": {
|
"Endpoints": {
|
||||||
"Http": {
|
"Http": {
|
||||||
"Url": "http://0.0.0.0:5000"
|
"Url": "http://0.0.0.0:5000"
|
||||||
},
|
|
||||||
/*
|
|
||||||
"Https": {
|
|
||||||
"Url": "https://0.0.0.0:5001",
|
|
||||||
"Certificate": {
|
|
||||||
"Path": "certs/localhost.pfx", // Path to the certificate file
|
|
||||||
"Password": "password" // Optional: Certificate password if required
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user