Update env authored by Dillenn Terumalai's avatar Dillenn Terumalai
......@@ -3,8 +3,8 @@
spsp-vue provides 4 .env files out of the box:
* .env.bacteria
* .env.development
* .env.production
* .env.viruses
* .env.bacteria.local
* .env.bacteria.local
Those 4 files allow you to serve and build the correct app based on what you need. Change the values if needed. I recommend changing only the *.local files as they are only for local development. Changing the other files might break the CI/CD of the repo.
Those 4 files allow you to serve and build the correct app based on what you need. Change the values if needed. I recommend reading the documentation of Vue CLI [link](https://cli.vuejs.org/guide/mode-and-env.html#modes-and-environment-variables). Changing the other files might break the CI/CD of the repo.