Skip to main content

45 docs tagged with "configuration"

View all tags

API tokens configuration

Using API tokens allows executing a request on Strapi's REST API endpoints as an authenticated user.

Configurations

Learn how you can manage and customize the configuration of your Strapi application.

CRON jobs

Strapi allows you to configure cron jobs for execution at specific dates and times, with optional reoccurrence rules.

Database

Configure your own database on Strapi Cloud.

Email Provider

Configure Strapi Cloud to use a third-party email provider.

Environment variables configuration

Strapi provides specific environment variable names. Defining them in an environment file (e.g., .env) will make these variables and their values available in your code.

Lifecycle functions

Strapi includes lifecycle functions (e.g. register, bootstrap and destroy) that control the flow of your application.

Server API for plugins

Strapi's Server API for plugins allows a Strapi plugin to customize the back end part (i.e. the server) of your application.

Server proxy configuration

In Strapi 5, all proxy configuration options are now configured through the 'server.proxy' object in the '/config/server.js|ts' instead of having various option names such as 'globalProxy' and 'proxy' in Strapi v4.

Setup and Deployment

Strapi is meant to be installed on your local machine, then configured, and finally deployed to a remote environment.

SSO configuration

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.

Upload Provider

Configure Strapi Cloud to use a third-party upload provider.

Use cron jobs

Learn how to use the strapi.cron object to list, add, or remove cron jobs from your code.

Use public assets

The public folder of Strapi is used for static files that you want to make accessible to the outside world.

Users & Permissions providers

Strapi comes with a predefined set of built-in providers for the Users & Permissions feature. Custom providers can also be configured (see the dedicated guide).