Hallo,
und wieder stolpere ich einmal über ein Problem beim parsen einer json. Diese hier kann ich nicht auslesen und daher auch nicht anpassen. Dabei geht es um die beiden url am Ende
{
"LetsEncryptACME": {
"UseLetsEncrypt": false,
"DomainToUse": "WINDOWS-NQT7J6G .",
"EmailAddress": "email@example.com",
"CountryName": "Country",
"Locality": "language",
"Organization": "your Organization",
"OrganizationUnit": "your Organization Unit",
"State": "state"
},
"AppSettings": {
"Secret": "8b7ca344-72cf-4dd6-9401-15e5ac077b13ef26ed76-db40-4e41-a857-a15207d75515d0f92628-2fbb-49e6-9ae8-c7624cea6695b2b53278-d2bc-4aeb-ba89-3255e8026cc2c1109914-8588-4c24-9261-734b5d34e5bd" /* if you change it all old passwords are not readable anymore, so delete the Users.DB file */
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://WINDOWS-NQT7J6G .:80"
//"Url": "http://WINDOWS-NQT7J6G .:5000"
//"Url": "http://192.168.22.176:80"
//"Url": "http://192.168.22.176:5000"
//"Url": "http://localhost:5000"
//"Url": "http://127.0.0.1:5000"
},
"HttpsDefaultCert": {
"Url": "https://WINDOWS-NQT7J6G .:443"
//"Url": "https://WINDOWS-NQT7J6G .:5001"
//"Url": "https://192.168.22.176:443"
//"Url": "https://192.168.22.176:5001"
//"Url": "https://localhost:5001"
//"Url": "https://127.0.0.1:5001"
}
}
}
}