API
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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. }