Model config path uses uid instead of dot notation
Modules like `api::myapi` and `plugin::upload` should no longer be accessed in the Strapi config using `api.myapi` and `plugin.upload`, but instead using `api::myapi` and `plugin::upload`.
Modules like `api::myapi` and `plugin::upload` should no longer be accessed in the Strapi config using `api.myapi` and `plugin.upload`, but instead using `api::myapi` and `plugin::upload`.
The default log level of the middleware logger in Strapi 5 is 'http'.
In Strapi 5, some env-only configuration options are handled by the server configuration
Strapi 5 has strict requirements on the configuration filenames allowed to be loaded.