This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; container - An existing container at the sotrage account | |
;; blob-connection-string - Connectionstring for the strage account | |
;; This is used from environ to have different configurations | |
{:dev {:env {:container "<containerName>" | |
:blob-connection-string "DefaultEndpointsProtocol=https;AccountName=<name>;AccountKey=<key>;EndpointSuffix=core.windows.net"}}} |
OlderNewer