You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

appsettings.json 262B

123456789101112
  1. {
  2. "ConnectionStrings": {
  3. "Default": "server=.;database=BlackRock;user=DG-176/safet.purkovic;password=safet123"
  4. },
  5. "Logging": {
  6. "LogLevel": {
  7. "Default": "Information",
  8. "Microsoft.AspNetCore": "Warning"
  9. }
  10. },
  11. "AllowedHosts": "*"
  12. }