diff --git a/dictation_server/src/features/users/users.service.ts b/dictation_server/src/features/users/users.service.ts index c973d6d..d43a7f6 100644 --- a/dictation_server/src/features/users/users.service.ts +++ b/dictation_server/src/features/users/users.service.ts @@ -441,9 +441,10 @@ export class UsersService { return { authorId: user.author_id, authorIdList: [user.author_id, 'XXX'], - isEncrypted: false, - audioFormat: 'DS2', - prompt: false, + isEncrypted: true, + encryptionPassword: 'abcd@123?dcba', + audioFormat: 'DS2(QP)', + prompt: true, workTypeList: [ { workTypeId: 'workType1',