chore: collect data for self hosted instances

This commit is contained in:
Ephraim Atta-Duncan
2024-05-29 17:35:44 +00:00
parent 0c18f27b3f
commit c1cc242527
5 changed files with 64 additions and 18 deletions

View File

@ -79,5 +79,7 @@ declare namespace NodeJS {
DATABASE_URL?: string;
POSTGRES_PRISMA_URL?: string;
POSTGRES_URL_NON_POOLING?: string;
DISABLE_TELEMETRY?: string;
}
}