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.
 
 
 

18 regels
353 B

  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Debug"
  5. }
  6. },
  7. "AllowedHosts": "*",
  8. "ConnectionStrings": {
  9. "MongoDB": "mongodb://192.168.2.120:27017,192.168.2.120:27018,192.168.2.120:27019/?replicaSet=rs0"
  10. },
  11. "RabbitMQ": {
  12. "HostName": "localhost",
  13. "Port": 5672,
  14. "UserName": "",
  15. "Password": ""
  16. }
  17. }