appsettings.json 361 B

12345678910111213141516
  1. {
  2. "ConnectionStrings": {
  3. "PaymentSystemDB": "server=132.232.92.186;uid=sa;pwd=Yjx@158291;database=PaymentSystemDB;"
  4. },
  5. "JwtSecurityKey": "48d3f4fe770940a1068052f581536b81",
  6. "UseSwagger": "true"
  7. //"Logging": {
  8. // "LogLevel": {
  9. // "Default": "Information",
  10. // "Microsoft.AspNetCore": "Warning"
  11. // }
  12. //},
  13. //"AllowedHosts": "*"
  14. }