appsettings.json 562 B

1234567891011121314151617181920212223242526
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  6. }
  7. },
  8. "AllowedHosts": "*",
  9. "Url": "http://127.0.0.1:9106",
  10. "RedirectUrl": "http://149.28.132.56:8110",
  11. "PackageCodeDaily": "SICBO_DAY",
  12. "Kestrel": {
  13. "EndPoints": {
  14. "Http": {
  15. "Url": "http://127.0.0.1:5042"
  16. }
  17. //"Https": {
  18. // "Url": "https://0.0.0.0:9107",
  19. // "Certificate": {
  20. // "Path": "/path/to/certificate.pfx",
  21. // "Password": "your-password"
  22. // }
  23. //}
  24. }
  25. }
  26. }