appsettings.json 636 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "ConnectionStrings": {
  3. "Default": "Server=123.60.180.165;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True"
  4. },
  5. "CorsOrigins": "http://localhost:9527,http://localhost:44307",
  6. "ElasticSearch": {
  7. "Url": "http://localhost:9200"
  8. },
  9. "Redis": {
  10. "Configuration": "127.0.0.1"
  11. },
  12. "RabbitMQ": {
  13. "Connections": {
  14. "Default": {
  15. "HostName": "localhost"
  16. }
  17. },
  18. "EventBus": {
  19. "ClientName": "MsDemo_AuthServer",
  20. "ExchangeName": "MsDemo"
  21. }
  22. },
  23. "Logging": {
  24. "LogLevel": {
  25. "Default": "Warning"
  26. }
  27. },
  28. "AllowedHosts": "*"
  29. }