forked from Azure-Samples/media-services-v3-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
24 lines (19 loc) · 1.13 KB
/
appsettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"_comment01": "For security reasons, please do not check in this file to source control.",
"_comment02": "The values can be obtained from the API Access page for your Media Services account in the portal.",
"AZURE_MEDIA_SERVICES_ACCOUNT_NAME": "---set-your-ams-account-name-here---",
"AZURE_RESOURCE_GROUP": "---set-your-ams-resource-group-name-here---",
"AZURE_SUBSCRIPTION_ID": "---set-your-subscription-id-here---",
"_comment03": "Event Hub settings to listen to Event Grid subscription based samples (LiveEventWithDVR).",
"EVENT_HUB_NAMESPACE": "---set-your-event-hub-namespace-here---",
"EVENT_HUB_NAME": "---set-your-event-hub-name-here---",
"EVENT_HUB_CONSUMER_GROUP_NAME": "$Default",
"_comment04": "The value is used by LiveEventWithDVR and CreateAccount samples.",
"AZURE_STORAGE_ACCOUNT_NAME": "---set-your-storage-account-name-here---",
"_comment05": "These values are used by LiveEventWithDVR sample.",
"AZURE_BLOB_CONTAINER_NAME": "eventhub",
"_comment06": "These values are used by the OfflineFairPlay sample.",
"AskHex": "",
"FairPlayPfxPath": "C:/folder/FairPlay-out.pfx",
"FairPlayPfxPassword": ""
}