Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ankagrawal committed Aug 15, 2019
1 parent 1d2f137 commit d9d434d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ambry-cloud/src/main/java/com.github.ambry.cloud/VcrMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
import org.slf4j.LoggerFactory;


/**
* Start point for creating an instance of {@link VcrServer} and starting/shutting it down.
*/
public class VcrMain {
private static Logger logger = LoggerFactory.getLogger(VcrMain.class);

Expand Down
4 changes: 2 additions & 2 deletions config/azureconfig/vcr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ azure.storage.connection.string=<CONNECTION STRIGNG FOR AZURE BLOB STORAGE>
cosmos.endpoint=<COSMOS ENDPOINT>
cosmos.key=<COSMOS KEY>
vcr.assigned.partitions=0
cosmos.collection.link=dbs/ToDoList/colls/ambrymetadata
kms.default.container.key=B374A26A71490437AA024E4FADD5B497FDFF1A8EA6FF12F6FB65AF2720B59CCF
cosmos.collection.link=<PATH OF COSMOS COLLECTION>
kms.default.container.key=<KMS CONTAINER KEY>

0 comments on commit d9d434d

Please sign in to comment.