13 lines
306 B
JSON
13 lines
306 B
JSON
{
|
|
"IsEncrypted": false,
|
|
"Values": {
|
|
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
|
|
"AzureWebJobsDashboard": "",
|
|
"FUNCTIONS_WORKER_RUNTIME": "java",
|
|
|
|
"BrokerList": "localhost:9092",
|
|
"ConfluentCloudUsername": "test",
|
|
"ConfluentCloudPassword": "test",
|
|
"TriggerKafkaTopic": "trigger"
|
|
}
|
|
} |