Nav apraksta

appsettings.json 368B

12345678910111213
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "ConnectionStrings": {
  10. "AppDbContext": "server=localhost; port=3306; database=cataloguedb; user=root; password=Password123*; Persist Security Info=False; Connect Timeout=300"
  11. },
  12. "AllowedHosts": "*"
  13. }

Powered by TurnKey Linux.