Fix appsettings JSON

This commit is contained in:
2026-02-18 10:07:28 +01:00
parent 69196518cf
commit 2912745a21
2 changed files with 1 additions and 15 deletions

View File

@@ -15,12 +15,6 @@
"Endpoints": {
"Http": {
"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
}
}
}

View File

@@ -16,15 +16,7 @@
"Endpoints": {
"Http": {
"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
}
}
*/
}
}