npm install dotenv
.env
DB_HOST=localhost DB_USER=root DB_PASS=s1mpl3
require('dotenv').config()
.gitignore
.env.sample