Set default models builder config to nothing now have fixed issue that prevented it loading (as previous value of pure live currently erroring).

This commit is contained in:
Andy Butland
2020-09-21 08:49:41 +02:00
parent d55b54ce49
commit 309d39a34f

View File

@@ -25,7 +25,7 @@
"KeepAlivePingUrl": "{umbracoApplicationUrl}/api/keepalive/ping"
},
"ModelsBuilder": {
"ModelsMode": "PureLive",
"ModelsMode": "Nothing",
"Enable": "true"
},
"RequestHandler": {