-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
This is a decent read about the env files.
I think it's time we try using the dotenv rather than env2 and see how it's different.
The main question:
do we make one config file in the root and use it globally across the project or do we make 2 config files one in express and another in react since we are treating them as two separate apps?
and if we go for option 2, do we need a third config file for the heroku deployment?