blink/backend/apis/nodejs/.env

7 lines
131 B
Bash
Raw Normal View History

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