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).
All the configuration files are loaded on startup and can be accessed through the strapi.config configuration provider.
In Strapi, RBAC is an approach to restricting access to some features of the admin panel to some users. The Community Edition of Strapi offers 3 default roles.
The public folder of Strapi is used for static files that you want to make accessible to the outside world.