mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-01 15:22:08 +00:00
6 lines
288 B
TypeScript
6 lines
288 B
TypeScript
export const extendUrl = "https://trycosmosdb.azure.com/api/resource/extendportal?userId={0}";
|
|
export const deleteUrl = "https://trycosmosdb.azure.com/api/resource/deleteportal?userId={0}";
|
|
export const collectionsPerAccount = 3;
|
|
export const maxRU = 5000;
|
|
export const defaultRU = 3000;
|