_template-service/appsettings.sample.json
adam bb1cc82fcc
Some checks failed
gitea.arg.rip/_template-service/pipeline/head There was a failure building this commit
more necessary initializations
2024-12-13 16:14:48 -05:00

10 lines
283 B
JSON

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