Files
Singer-BE/Singer_Hexdive/appsettings.json

13 lines
296 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "server=localhost;port=3306;database=singer;user=root;password="
},
"AllowedHosts": "*"
}