9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
PORT=3000
|
|
SECRET=your secret
|
|
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_DATABASE=postgres
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
|