9 lines
159 B
Bash
9 lines
159 B
Bash
|
PORT=3003
|
||
|
URL=/users/api
|
||
|
|
||
|
POSTGRES_HOST=postgres
|
||
|
POSTGRES_PORT=5432
|
||
|
POSTGRES_USER=postgres
|
||
|
POSTGRES_DB=postgres
|
||
|
POSTGRES_PASSWORD=2wroxrnr8fdxicvw2nsd
|