Skip to content

HVC File Push Api — Configuration

  • Project: hvc-filePushApi

Config (appsettings.json)

json
"services": {
  "push": {
    "dir": "/datadrive/recordings",
    "connectionString": "...",
    "concurrency": 1,
    "container": "hvc-recordings",
    "prefixContainerName": false
  }
}
KeyPurpose
dirDirectory to watch for recording files
connectionStringAzure Blob connection string
concurrencyUpload concurrency (configurable; the current loop is serial)
containerDestination blob container
prefixContainerNamePrefix the container name with the environment

Development config

In development the service loads an extra config file from DEV_CONFIG_PATH:

text
{DEV_CONFIG_PATH}/hvc/filepush-config/appsettings.json

Released under the MIT License.