ekatzenstein / create-react-app-fullstack

Use create-react-app as a full-stack tool, with Express and Sequelize (PostgreSQL)
MIT License
51 stars 13 forks source link

Where to supply credentials of database? #10

Open shivshankardayal opened 6 years ago

shivshankardayal commented 6 years ago

I cannot find a location where database credentials can be specified. Please help with this.

iqbal125 commented 6 years ago

this is traditionally done with a .env file. Look up "npm dotenv"