blink/backend/apis/nodejs/.env

8 lines
158 B
Bash

# Blink configuration file
API_SERVER_PORT = 3000
POSTGRES_SERVER = localhost
POSTGRES_USERNAME = postgres
POSTGRES_PASSWORD = postgres
POSTGRES_PORT = 5432