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 314B

1234567891011121314
  1. {
  2. "AppSettings": {
  3. "Secret": "≡∆≤≥√∞ProVision!"
  4. },
  5. "Logging": {
  6. "LogLevel": {
  7. "Default": "Warning"
  8. }
  9. },
  10. "AllowedHosts": "*",
  11. "ConnectionStrings": {
  12. "DefaultDatabase": "Data Source=localhost;Initial Catalog=Restaurants;Integrated Security=true;Pooling=false;"
  13. }
  14. }