Skip to content

Commit

Permalink
[#316] Add study config prop dataExportEncrypted
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Oct 21, 2024
1 parent cb1da52 commit 1001f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/electron/shared/StudyConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ export interface StudyConfiguration {
contactEmail: string;
subjectIdLength: number;
dataExportEnabled: boolean;
dataExportEncrypted: boolean;
trackers: TrackerConfiguration;
}
1 change: 1 addition & 0 deletions src/electron/shared/study.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const studyConfig: StudyConfiguration = {
contactEmail: 'study@hasel.dev',
subjectIdLength: 6,
dataExportEnabled: true,
dataExportEncrypted: false,
trackers: {
windowActivityTracker: {
enabled: true,
Expand Down

0 comments on commit 1001f35

Please sign in to comment.