_template-service/appsettings.sample.json

11 lines
315 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-12-13 21:00:06 -05:00
"urls": "http://0.0.0.0:0;",
2024-12-13 16:14:48 -05:00
"DBConnectionString": "Host=localhost;Database=${REPO_NAME}_dev;Username=$REPO_NAME;Password=wnmhOttjA0wCiR9hVoG7jjrf90SxWvAV;IncludeErrorDetail=true;"
}