mirror of
https://github.com/quarkslab/proxyblob
synced 2026-06-08 16:52:59 +00:00
19 lines
520 B
JSON
19 lines
520 B
JSON
{
|
|
"listeners": [
|
|
{
|
|
"name": "blob-listener",
|
|
"driver": "azblob",
|
|
"address": "https://proxyblob.blob.core.windows.net",
|
|
"storage_account": "proxyblob",
|
|
"storage_account_key": "your_account_key"
|
|
},
|
|
{
|
|
"name": "queue-listener",
|
|
"driver": "azqueue",
|
|
"address": "http://127.0.0.1:10001",
|
|
"storage_account": "devstoreaccount1",
|
|
"storage_account_key": "Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw=="
|
|
}
|
|
]
|
|
}
|