Access and cast environment variables
In most use cases there will be different configurations between environments (e.g. database credentials).
In most use cases there will be different configurations between environments (e.g. database credentials).
Transfer data using the Strapi CLI
Quickly create a Docker container from a local project.
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.
Install and use providers to extend the functionality of available plugins.
Track errors in your Strapi application.
In Strapi 5, some env-only configuration options are handled by the server configuration
Learn how to test your Strapi application.
Here are some concepts to keep in mind
Learn how to deploy your Strapi application on Strapi Cloud.