appsettings.json 276 B

12345678910111213
  1. {
  2. "ConnectionStrings": {
  3. "ConnectionString": "Host=192.168.12.164;Port=5432;Database=user26;Username=user26;Password=50371"
  4. },
  5. "Logging": {
  6. "LogLevel": {
  7. "Default": "Information",
  8. "Microsoft.AspNetCore": "Warning"
  9. }
  10. },
  11. "AllowedHosts": "*"
  12. }