Skip to content

Commit

Permalink
fixed config
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Mar 31, 2021
1 parent e57dcb8 commit 1eb57cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/actions/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const configSchema = schema.object({
proxyRejectUnauthorizedCertificates: schema.boolean({ defaultValue: true }),
rejectUnauthorized: schema.boolean({ defaultValue: true }),
refreshExpiredTokensTask: schema.object({
interval: schema.string({ defaultValue: '2m' }),
interval: schema.string({ defaultValue: '25m' }),
}),
});

Expand Down

0 comments on commit 1eb57cb

Please sign in to comment.