6 lines
103 B
Bash
Raw Normal View History

PORT=5000
DB_NAME=react_qpick_shop
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=localhost
DB_PORT=5433