Home > @vsf-enterprise/stripe-epcc > EpccMiddlewareSettingsConfig
# EpccMiddlewareSettingsConfig interface
Settings provided for epcc
property in the middleware.config.js
file.
Signature:
export interface EpccMiddlewareSettingsConfig
# Properties
Property | Modifiers | Type | Description |
---|---|---|---|
client_id | string | Elastic Path client id. | |
client_secret | string | Elastic Path client secret. | |
forgotten_password_token_expiration | string | Expiration time of password reset link. | |
secure_cookies | boolean | Flag that sets the cookies as secure if set to true. | |
tax_data | object | Tax rate data of different locales. |