Skip to content

Commit

Permalink
Upgrade backbone (#380)
Browse files Browse the repository at this point in the history
* chore: bump backbone version

* chore: update config
  • Loading branch information
jkoenig134 authored Jan 7, 2025
1 parent 37ad95b commit 6a66c18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .dev/appsettings.override.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,11 @@
"ConnectionString": "User ID=files;Password=Passw0rd;Server=postgres;Port=5432;Database=enmeshed;"
},
"BlobStorage": {
"CloudProvider": "Azure",
"ConnectionInfo": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://azurite:10000/devstoreaccount1;"
"ProductName": "AzureStorageAccount",
"AzureStorageAccount": {
"ConnectionString": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://azurite:10000/devstoreaccount1;",
"ContainerName": "files"
}
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion .dev/compose.backbone.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BACKBONE_VERSION=6.23.0
BACKBONE_VERSION=6.26.0

0 comments on commit 6a66c18

Please sign in to comment.