We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258eca3 commit a6ae125Copy full SHA for a6ae125
backends/azure/azure.go
@@ -26,7 +26,7 @@ import (
26
27
const (
28
// DefaultEndpointURL is the default the local Azurite default endpoint
29
- DefaultEndpointURL = "http://127.0.0.1:10000/devstoreaccount1"
+ DefaultEndpointURL = "https://mycontainer.blob.core.windows.net/"
30
// DefaultInitTimeout is the time we allow for initialisation, like credential
31
// checking and bucket creation. We define this here, because we do not
32
// pass a context when initialising a plugin.
0 commit comments