Configurations
Learn how you can manage and customize the configuration of your Strapi application.
Learn how you can manage and customize the configuration of your Strapi application.
Strapi allows you to configure cron jobs for execution at specific dates and times, with optional reoccurrence rules.
Strapi-specific environment variables and .env usage enable per-environment configs, with env() helpers for casting values.
Enable experimental Strapi features
Strapi includes lifecycle functions (e.g. register, bootstrap and destroy) that control the flow of your application.
Strapi plugins have a single entry point file to define their configurations.
Strapi's SSO allows you to configure additional sign-in and sign-up methods for your administration panel. It requires an Enterprise Edition with a Gold plan.
How to configure Strapi for TypeScript development.