Appearance
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
}
}| Key | Purpose |
|---|---|
dir | Directory to watch for recording files |
connectionString | Azure Blob connection string |
concurrency | Upload concurrency (configurable; the current loop is serial) |
container | Destination blob container |
prefixContainerName | Prefix 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