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

appsettings.json 296B

1234567891011121314
  1. {
  2. "AppSettings": {
  3. "Secret": "PV's biggest secret"
  4. },
  5. "Logging": {
  6. "LogLevel": {
  7. "Default": "Warning"
  8. }
  9. },
  10. "AllowedHosts": "*",
  11. "ConnectionStrings": {
  12. "DefaultConnection": "Server=localhost;Port=5432;Database=Univate;User Id=postgres;Password=Prov1s1on;"
  13. }
  14. }