mirror of
https://github.com/docmost/docmost.git
synced 2025-11-18 20:01:10 +10:00
posthog integration (cloud) (#1304)
This commit is contained in:
@ -205,4 +205,12 @@ export class EnvironmentService {
|
||||
.toLowerCase();
|
||||
return disable === 'true';
|
||||
}
|
||||
|
||||
getPostHogHost(): string {
|
||||
return this.configService.get<string>('POSTHOG_HOST');
|
||||
}
|
||||
|
||||
getPostHogKey(): string {
|
||||
return this.configService.get<string>('POSTHOG_KEY');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user