export DB_TYPE=postgres export DB_HOST=localhost export DB_PORT=5432 export DB_USERNAME=glossary_dev_user export DB_PASSWORD=glossary_dev_password export DB_NAME=glossary_dev_db npm run db:run_migrations