Remove condition around connection string needed to have all unattended arguments in dotnet new template set

This is for Umbraco cloud team as they want to set a connection string with the dotnet new template but not set the rest of the unattedend arguments
This commit is contained in:
Warren Buckley
2021-09-14 10:56:31 +01:00
parent 1ed2cf38c2
commit e7b1f09254

View File

@@ -17,11 +17,9 @@
}
]
},
//#if (UsingUnattenedInstall)
"ConnectionStrings": {
"umbracoDbDSN": "CONNECTION_FROM_TEMPLATE"
},
//#endif
"Umbraco": {
"CMS": {
"Content": {