Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
  "WorkFolder": "/tmp/VitroTemp",
  "ConsumerList": [
    {
      "RabbitMQ": {
        "ConnectionString": "amqp://login:password@localhost:5672",
        "Queue": "IfcToXkt",
        "Exchange": "Vitro",
        "ErrorQueue": "Error",
        "ErrorQueueKey": "Error"
      },

      "VitroSitePath": "http://localhost",
      "VitroUserName": "login",
      "VitroPassword": "password",
      "WorkingDirectory": "/tmp/VitroTemp",
      "PathExe": "wine",
      "Arg": "/usr/local/IfcToXktConverter/IfcToXktConverter.exe {0}",
      "Prefix": "",
      "ExtensionList": [ "xkt", "db" ]
    }
    ]
}

"Configuration": {
  "RabbitMQ": {
    "ConnectionString": "amqp://admin:admin@localhost:5672",
    "Queue": "IfcToXkt",
    "Exchange": "Vitro",
    "ErrorQueue": "Error",
    "ErrorQueueKey": "Error"
  },

  "VitroSitePath": "http://localhost:51303",
  "VitroUserName": "admin",
  "VitroPassword": "admin",
  "WorkFolder": "/tmp/VitroTemp",

  "PathExe": "wine",
  "Prefix": "/usr/local/IfcToXktConverter/IfcToXktConverter.exe {0}",

  "ExtensionList": [ "xkt", "db" ]
}


  • изменить параметр "FileStoragePath", указав корректный путь к папке файлового хранилища:

...