Skip to content

Commit

Permalink
chore: update configuration in appsettings.override.json in the docke…
Browse files Browse the repository at this point in the history
…r-compose folder
  • Loading branch information
tnotheis committed Oct 25, 2024
1 parent fc484d3 commit 958381a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose/appsettings.override.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@
// "ConnectionString": "Server=ms-sql-server;Database=enmeshed;User Id=files;Password=Passw0rd;TrustServerCertificate=True" // sqlserver
},
"BlobStorage": {
"CloudProvider": "Azure",
"ConnectionInfo": "",
"ContainerName": ""
"ProductName": "AzureStorageAccount",
"AzureStorageAccount": {
"ConnectionString": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://azurite:10000/devstoreaccount1;",
"ContainerName": "files"
}
}
}
},
Expand Down

0 comments on commit 958381a

Please sign in to comment.