Open alimoli opened 11 months ago
It's using the cold configuration of strapi and should be updated soon as I'm writing V2. The idea with the old one was to overwrite the .env More info found here https://docs.strapi.io/dev-docs/configurations/environment/#environment-configurations
Feature Request
I am trying to understand what is the purpose of having an
/env
folder that emulates the configuration already present in Strapi. Example ofconfig/database.ts
:My
env/database.ts
:Another related question, how does it behave this plugin in case of
plugins
(f.e. cloudinary)?