hmacphail / pokemon-evolution

0 stars 0 forks source link

Different DB connection strings for different environments #42

Open hmacphail opened 6 years ago

hmacphail commented 6 years ago

Remove hard-coded Postgres connection string from server.js file (either add a .env file that has this info or have different versions of the file for local/prod?)

Use NODE_ENV variable for development vs production? (how does this work?)