appsettings.Development.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "AllowedHosts": "*",
  3. "ConnectionStrings": {
  4. "Sharing": " PORT=5432;DATABASE=sharing;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;",
  5. "Redis": "110.188.24.182",
  6. "MongoDB": "mongodb://192.168.100.121:27017"
  7. },
  8. "Swagger": true,
  9. "Cors": {
  10. "Origins": [ "http://localhost:8888", "http://admin.hotline.fw.com", "http://hotline.fw.com" ]
  11. },
  12. "DatabaseConfiguration": {
  13. "ApplyDbMigrations": true,
  14. "ApplySeed": false
  15. },
  16. "MqConfiguration": {
  17. "DbConnectionString": "PORT=5432;DATABASE=fwmq;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;",
  18. "UseDashBoard": true,
  19. "RabbitMq": {
  20. "UserName": "dev",
  21. "Password": "123456",
  22. "HostName": "110.188.24.182",
  23. "VirtualHost": "fwt-master"
  24. }
  25. },
  26. "ChannelConfiguration": {
  27. "Province": {
  28. "HuiJu": "http://103.203.219.157/cns-sccthj-job-test/rest/",
  29. "XieTong": "http://103.203.219.157/cns-scxthj-rest-test/rest/",
  30. "ClientId": "6384f475-2e1e-4985-9e34-51a3379452d0",
  31. "ClientSecret": "3e92b698-d640-4056-be94-128710ac1a7e"
  32. }
  33. },
  34. "IdentityUrl": "http://identity.fw.com",
  35. "AreaCode": "511500"
  36. }