adam
37541e45d3
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit
rg -i -l REPO_NAME > .gitea/template and then add $REPO_NAME.csproj, rg checks contents.
10 lines
281 B
JSON
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;"
|
|
}
|