Skip to content
Snippets Groups Projects
Commit 5b1c497c authored by julien.debray's avatar julien.debray
Browse files

modification acces

parent c385fbf2
No related branches found
No related tags found
No related merge requests found
...@@ -63,8 +63,8 @@ func main() { ...@@ -63,8 +63,8 @@ func main() {
SERVER_HOST := "0.0.0.0" SERVER_HOST := "0.0.0.0"
// Azure // Azure
accountName, _ := os.LookupEnv("AZURE_STORAGE_ACCOUNT_NAME") accountName := "sysdistrib178690"
accountKey, _ := os.LookupEnv("AZURE_STORAGE_PRIMARY_ACCOUNT_KEY") accountKey := "igeVJ4o8/bszQ1euyimjAIE/rXE3aXMnORWvpWzeLKb8fiE0sj3R3fPCUw+HiahYXI/IAROYox56+AStgpYIVg=="
azureCred, _ := azblob.NewSharedKeyCredential(accountName, accountKey) azureCred, _ := azblob.NewSharedKeyCredential(accountName, accountKey)
azureClient, _ = azblob.NewClientWithSharedKeyCredential(fmt.Sprintf("https://%s.blob.core.windows.net/", accountName), azureCred, nil) azureClient, _ = azblob.NewClientWithSharedKeyCredential(fmt.Sprintf("https://%s.blob.core.windows.net/", accountName), azureCred, nil)
containerName = "transactions-" + os.Args[1] containerName = "transactions-" + os.Args[1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment