File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
test/com/microsoft/azure/documentdb Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 44
44
*/
45
45
public class GatewayTestBase {
46
46
// 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]" ;
58
49
59
50
protected static final String DATABASES_PATH_SEGMENT = "dbs" ;
60
51
protected static final String USERS_PATH_SEGMENT = "users" ;
You can’t perform that action at this time.
0 commit comments