Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
kristenTian committed Nov 7, 2022
1 parent 5d6b0d4 commit 0954761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data_source/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const KEY_NAME_MAX_LENGTH: number = 100;
const WRAPPING_KEY_SIZE: number = 32;

export const configSchema = schema.object({
enabled: schema.boolean({ defaultValue: true }),
enabled: schema.boolean({ defaultValue: false }),
encryption: schema.object({
wrappingKeyName: schema.string({
minLength: KEY_NAME_MIN_LENGTH,
Expand Down

0 comments on commit 0954761

Please sign in to comment.