10 lines
173 B
Bash
10 lines
173 B
Bash
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_HOST=175.15.15.90
|
|
DB_PORT=5432
|
|
DB_NAME=toptran
|
|
|
|
DATABASE_URL="postgresql://postgres:postgres@175.15.15.90:5432/toptran"
|
|
|
|
PORT=4000
|
|
|