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:
@@ -25,7 +25,7 @@
|
||||
"KeepAlivePingUrl": "{umbracoApplicationUrl}/api/keepalive/ping"
|
||||
},
|
||||
"ModelsBuilder": {
|
||||
"ModelsMode": "PureLive",
|
||||
"ModelsMode": "Nothing",
|
||||
"Enable": "true"
|
||||
},
|
||||
"RequestHandler": {
|
||||
|
||||
Reference in New Issue
Block a user