Fixes error on first running the Web.UI because of an invalid config

This commit is contained in:
Sebastiaan Janssen
2022-04-14 10:06:01 +02:00
parent 75613cf061
commit faa561da2b

View File

@@ -33,7 +33,7 @@
},
"KeepAlive": {
"DisableKeepAliveTask": false,
"KeepAlivePingUrl": "{umbracoApplicationUrl}/api/keepalive/ping"
"KeepAlivePingUrl": "~/{umbracoApplicationUrl}/api/keepalive/ping"
},
"RequestHandler": {
"ConvertUrlsToAscii": "try"