Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

CosmosDB

Gustavo Denis edited this page Oct 31, 2019 · 1 revision
Main > Using Liquid for building your application > Set up configuration per environment > CosmosDB

Configure each CosmosDB collection used as repository as the example bellow:

   "CosmosDB": {
    "Endpoint": "https://localhost:8081",
    "AuthKey": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==",
    "DatabaseId": "mydb",
    "CollectionName": "aggregate1"
    },
   "CosmosDB_Repo2": {
    "Endpoint": "https://localhost:8081",
    "AuthKey": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==",
    "DatabaseId": "mydb",
    "CollectionName": "aggregate2"
    },

Where:

Clone this wiki locally