9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DB=pandektes
|
|
POSTGRES_PORT=5432
|
|
|
|
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/pandektes?schema=public"
|
|
|
|
PORT=3000
|
|
NODE_ENV=development |