Skip to content

Commit

Permalink
Revert "enableQueryStatement - add options choose between printing no…
Browse files Browse the repository at this point in the history
…ne, parameterized or all queries statement"

This reverts commit 602a5bf.
  • Loading branch information
JJ-WM committed May 17, 2024
1 parent de71626 commit 4d51243
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public final class TestConfigurations {
private static Logger logger = LoggerFactory.getLogger(TestConfigurations.class);
private static Properties properties = loadProperties();

private final static String COSMOS_EMULATOR_KEY = "stI1DY1IdwzckdUah4NtHqzKcelHoPLa8aygpYKzsxXic5Dh9RTfIOCJux7xdoZ0hL8mjqWwcUJcACDbrbXRfg==";
private final static String COSMOS_EMULATOR_HOST = "https://cosmos-sdk-dev-stage-cosmos.documents.azure.com:443/";
private final static String COSMOS_EMULATOR_KEY = "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==";
private final static String COSMOS_EMULATOR_HOST = "https://localhost:8081/";

// REPLACE MASTER_KEY and HOST with values from your Azure Cosmos DB account.
// The default values are credentials of the local emulator, which are not used in any production environment.
Expand Down

0 comments on commit 4d51243

Please sign in to comment.