blink/backend/apis/nodejs/.env

8 lines
158 B
Bash
Raw Normal View History

2023-10-13 10:37:09 +02:00
# Blink configuration file
API_SERVER_PORT = 3000
POSTGRES_SERVER = localhost
POSTGRES_USERNAME = postgres
POSTGRES_PASSWORD = postgres
POSTGRES_PORT = 5432