8 lines
123 B
Text
8 lines
123 B
Text
POSTGRES_PORT=5432
|
|
EXPRESS_PORT=3000
|
|
FRONTEND_PORT=8080
|
|
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DB=rr
|
|
|