appsettings.json 480 B

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