appsettings.json 377 B

12345678910111213
  1. {
  2. "ConnectionStrings": {
  3. "DefaultConnection": "server=dmatter.net;port=3306;database=documents;uid=promsystem;password=PrmSystem212"
  4. },
  5. "Logging": {
  6. "LogLevel": {
  7. "Default": "Information",
  8. "Microsoft": "Warning",
  9. "Microsoft.Hosting.Lifetime": "Information"
  10. }
  11. },
  12. "AllowedHosts": "*"
  13. }