joeaudette / cloudscribe.StarterKits

Deprecated - see below
Apache License 2.0
53 stars 21 forks source link

appsettings.Development.json #32

Closed achristov closed 5 years ago

achristov commented 5 years ago

Any reason not to commit this? EDIT: Missing in both solutions!

joeaudette commented 5 years ago

this repo is deprecated, nothing here has been updated for a long time. To create cloudscribe apps please do not use the starterkits, instead use our project template for visual studio: https://marketplace.visualstudio.com/items?itemName=joeaudette.cloudscribeProjectTemplate

or our project template for dotnet new command dotnet new -i "cloudscribe.templates::*"

in general our repos have appsettings.Development.json gitignored to prevent accidental commit of connection strings to the repo. So each developer who works with the solution needs to create that file.