20 lines
410 B
JSON
20 lines
410 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=127.0.0.1;Port=5432;Database=lxc_songlist;Username=lxc_songlist;Password=change-me"
|
|
},
|
|
"Admin": {
|
|
"PasswordHash": "",
|
|
"Password": ""
|
|
},
|
|
"Site": {
|
|
"RequestTemplate": "点歌《{title}》"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|