6 lines
103 B
Bash
6 lines
103 B
Bash
PORT=5000
|
|
DB_NAME=react_qpick_shop
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_HOST=localhost
|
|
DB_PORT=5433 |