Skip to content

Commit a6ae125

Browse files
committed
Update default azure blob endpoint
1 parent 258eca3 commit a6ae125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/azure/azure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626

2727
const (
2828
// DefaultEndpointURL is the default the local Azurite default endpoint
29-
DefaultEndpointURL = "http://127.0.0.1:10000/devstoreaccount1"
29+
DefaultEndpointURL = "https://mycontainer.blob.core.windows.net/"
3030
// DefaultInitTimeout is the time we allow for initialisation, like credential
3131
// checking and bucket creation. We define this here, because we do not
3232
// pass a context when initialising a plugin.

0 commit comments

Comments
 (0)