blink/backend/apis/nodejs/.env

7 lines
131 B
Bash

API_SERVER_PORT = 3000
POSTGRES_SERVER = localhost
POSTGRES_USERNAME = postgres
POSTGRES_PASSWORD = postgres
POSTGRES_PORT = 5432