+ The environment file contains information confidential to your application such as your token. You must not disclose it under any circumstances. + The Discord Factory framework offers you the possibility to choose between 3 types of files : +
++ In order to meet the widest variety of needs, each environment file can be extended by adding your own elements such as messages, etc... +
+ ++ The environment file is crucial for several reasons, it contains all the sensitive information of the project and should never be versioned on git. + The use of an environment file allows when using container managers (such as docker, kubernetes) to adapt the startup data to the production environment. +
++ When you create a new project, you can choose between three types of environment : +
+ +