2020-08-25 11:57:35 +00:00
|
|
|
/**
|
|
|
|
* The key for the billing id stored in localStorage.
|
|
|
|
*/
|
|
|
|
export const BILLING_ID = 'billingId';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* The prefix for the vpaas tenant.
|
|
|
|
*/
|
2020-08-28 07:20:47 +00:00
|
|
|
export const VPAAS_TENANT_PREFIX = 'vpaas-magic-cookie';
|