Skip to content

Commit

Permalink
Update CosmosDB.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl authored Oct 18, 2024
1 parent 59efd9e commit af2ae91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class CosmosDB implements ICosmosDB {
private static final Logger LOGGER = LoggerFactory.getLogger(CosmosDB.class);

//needs to be injected not hardcoded
private static final String ENDPOINT = "https://azurepetstoreme.documents.azure.com:443/";
private static final String ENDPOINT = "https://azurepetstoremev2.documents.azure.com:443/";

@Value("${cosmos.key}")
private String cosmosKey;
Expand Down

0 comments on commit af2ae91

Please sign in to comment.