c89010a4f1
Uniform stock management for healthcare linen rooms: the coordinator app, the phone counter and the staff app, for your own server. Built from f976bd5 on 2026-09-15. Licensed under the Functional Source License (FSL-1.1-ALv2).
15 lines
730 B
TypeScript
15 lines
730 B
TypeScript
/* Community edition: no telemetry goes anywhere unless the operator points it somewhere with
|
|
* NEXT_PUBLIC_UMAMI_SITE_ID / NEXT_PUBLIC_UMAMI_APP_ID / NEXT_PUBLIC_UMAMI_SRC and
|
|
* NEXT_PUBLIC_GLITCHTIP_DSN, and the screens link to no documents but the operator's own
|
|
* (NEXT_PUBLIC_TERMS_URL / NEXT_PUBLIC_PRIVACY_URL). */
|
|
export const HOSTED_UMAMI_SRC = "";
|
|
export const HOSTED_UMAMI_MARKETING_ID = "";
|
|
export const HOSTED_UMAMI_APP_ID = "";
|
|
export const HOSTED_GLITCHTIP_DSN = "";
|
|
export const HOSTED_TELEMETRY_HOSTS: string[] = [];
|
|
export const HOSTED_TERMS_URL = "";
|
|
export const HOSTED_PRIVACY_URL = "";
|
|
export const HOSTED_DELETE_ACCOUNT_URL = "";
|
|
export const HOSTED_PRIVACY_EMAIL = "";
|
|
export const HOSTED_SITE = false;
|