Skip to content

Commit

Permalink
Update CosmosDB.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Oct 23, 2024
1 parent 59efd9e commit 51fcbe7
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://azurepetstorecosmosdbmsdn.documents.azure.com:443/";

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

0 comments on commit 51fcbe7

Please sign in to comment.