Skip to content

Commit

Permalink
fix: #6924 config environment for jitsu config
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-rocket committed Oct 6, 2023
1 parent 0e0f507 commit 4725c8f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/config/src/environments/ienvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
IGithubConfig,
IGoogleConfig,
IHubstaffConfig,
IJitsuConfig,
IKeycloakConfig,
ILinkedinConfig,
IMicrosoftConfig,
Expand Down Expand Up @@ -158,11 +159,7 @@ export interface IEnvironment {
EMAIL_RESET_EXPIRATION_TIME?: number;

/**
* Jitsu Config
* Jitsu Configuration
*/
JITSU_BROWSER_HOST?: string;
JITSU_BROWSER_WRITE_KEY?: string;

JITSU_SERVER_HOST?: string;
JITSU_SERVER_WRITE_KEY?: string;
jitsu: IJitsuConfig;
}

0 comments on commit 4725c8f

Please sign in to comment.