10 lines
228 B
Bash
10 lines
228 B
Bash
DB_TYPE=postgres
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=awksed123
|
|
DB_NAME=nice_pos
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
|
|
DB_SOURCE = postgresql://postgres:awksed123@localhost:5432/nice_pos?sslmode=disable
|
|
SERVER_ADDRESS = 0.0.0.0:8888
|