Skip to content

Commit 0d1d3b8

Browse files
committed
Remove test urls and keys.
1 parent fcec95a commit 0d1d3b8

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

test/com/microsoft/azure/documentdb/GatewayTestBase.java

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,8 @@
4444
*/
4545
public class GatewayTestBase {
4646
// Replace MASTER_KEY and HOST with values from your DocumentDB account.
47-
//protected static final String MASTER_KEY = "[REPLACE WITH YOUR APP MASTER KEY]";
48-
//protected static final String HOST = "[REPLACE WITH YOUR APP ENDPOINT, FOR EXAMPLE https://myapp.documents.azure.com:443]";
49-
50-
//protected static final String MASTER_KEY = "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==";
51-
//protected static final String HOST = "https://localhost:443";
52-
53-
protected static final String MASTER_KEY = "oKejyX6p+nQhXDBSKr6a/gJkmNWYDiuKhvFGtAYq5pcThobeNWExOLT7pTRYPh5H8C3mdb68hqOrZH4zm+Sy6Q==";
54-
protected static final String HOST = "https://shellyg.documents.azure.com:443/";
55-
56-
//protected static final String MASTER_KEY = "wq79MNTxImpNxT4m9NzLeNtNU696RUXTUIytaalnTYZgNbzZEfp7eMYGcgnDtAPcmAZdRDSNy7jXdaNXKLRpPA==";
57-
//protected static final String HOST = "https://javasdktest.documents.azure.com:443/";
47+
protected static final String MASTER_KEY = "[REPLACE WITH YOUR APP MASTER KEY]";
48+
protected static final String HOST = "[REPLACE WITH YOUR APP ENDPOINT, FOR EXAMPLE https://myapp.documents.azure.com:443]";
5849

5950
protected static final String DATABASES_PATH_SEGMENT = "dbs";
6051
protected static final String USERS_PATH_SEGMENT = "users";

0 commit comments

Comments
 (0)