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:
@@ -17,11 +17,9 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
//#if (UsingUnattenedInstall)
|
||||
"ConnectionStrings": {
|
||||
"umbracoDbDSN": "CONNECTION_FROM_TEMPLATE"
|
||||
},
|
||||
//#endif
|
||||
"Umbraco": {
|
||||
"CMS": {
|
||||
"Content": {
|
||||
|
||||
Reference in New Issue
Block a user