cbaron / Hazy

A site for a wonderful firm
MIT License
0 stars 0 forks source link

Dev .env Code Review #25

Open cbaron opened 6 years ago

cbaron commented 6 years ago
PORT="8005"
HTTP_PORT="8005"
HTTP_PORTS="444"

^ What is that? There should be one port.

DOMAIN="localhost" <--- should be ip address or actual domain name

POST_TRANSACTION_EMAIL <---- come up with something generic for all emails to hazy

NODE_ENV="development" <--- staging

get rid of certs

is the google api key needed?