Skip to content

Commit

Permalink
Update emulator configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z committed Nov 14, 2024
1 parent 7862e35 commit 2a7e21a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/testutil/cosmosdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ func GetCosmosDBInstance() (string, func(), error) {
Repository: "mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator",
Tag: "latest",
Env: []string{
"AZURE_COSMOS_EMULATOR_PARTITION_COUNT=20",
"AZURE_COSMOS_EMULATOR_ENABLE_DATA_PERSISTENCE=true",
"AZURE_COSMOS_EMULATOR_PARTITION_COUNT=100",
},
ExposedPorts: []string{CosmosDBLocalPort},
}
Expand Down

0 comments on commit 2a7e21a

Please sign in to comment.