This commit is contained in:
Devis Lucato 2018-07-17 15:56:29 -07:00 коммит произвёл Harleen Thind
Родитель 8e4a45f335
Коммит 4dbb2716c3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,8 +1,8 @@
[DeviceSimulationService]
webservice_port = 9003
iothub_connstring = "${PCS_IOTHUB_CONNSTRING}"
# Note: in linux containers, the `data` folder is a symlink to /app/data
# which can be mounted to inject custom device models and scripts.
# Note: when running the service with Docker, the content of the `data`
# folder can be overridden, e.g. to inject custom device models and scripts.
device_models_folder = ./data/devicemodels/
device_models_scripts_folder = ./data/devicemodels/scripts/
# Folder where the service will store the custom connection string, if provided