您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

appsettings.json 262B

123456789101112
  1. {
  2. "ConnectionStrings": {
  3. "Default": "server=.;database=BlackRock;user=DG-176/safet.purkovic;password=safet123"
  4. },
  5. "Logging": {
  6. "LogLevel": {
  7. "Default": "Information",
  8. "Microsoft.AspNetCore": "Warning"
  9. }
  10. },
  11. "AllowedHosts": "*"
  12. }