HappyNiel / neo-competitor-area

The NEO Competitor Area is a project where teams can create and manage teams for NEO.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add multiple environments to the project (production, staging, develop) #16

Open HappyNiel opened 5 years ago

HappyNiel commented 5 years ago

In order to improve the security of the application, I want to use multiple environments for the project.

develop should use local API keys. staging and production will use environment variables.

HappyNiel commented 5 years ago

https://levelup.gitconnected.com/managing-wildcard-subdomains-with-vue-router-9fd74518f2f5