_template-service/appsettings.sample.json
adam 37541e45d3
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit
ok, we set up template manually. hint:
rg -i -l REPO_NAME > .gitea/template
and then add $REPO_NAME.csproj, rg checks contents.
2024-12-13 14:48:19 -05:00

10 lines
281 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"DBConnectionString": "Host=localhost;Database=$REPO_NAME_dev;Username=$REPO_NAME;Password=wnmhOttjA0wCiR9hVoG7jjrf90SxWvAV;IncludeErrorDetail=true;"
}