# Set your variables and rename to .env

NODE_ENV=development
NODE_PORT=4000

PGHOST=localhost
PGPORT=5432
PGDATABASE=camino
PGUSER=postgres