Files
Bram bf404135b5
Build and Push Docker Images / build-and-push (push) Failing after 1m39s
socket broker
2025-08-21 10:59:09 +02:00

16 lines
409 B
Plaintext

# Socket Broker Environment Configuration
# Copy this file to .env and update the values
# WebSocket server port
WS_PORT=3000
# HTTP API server port
API_PORT=8080
# API Key for authentication (REQUIRED for production)
# This key must be provided in HTTP requests to publish messages
# Generate a strong, random key for production use
API_KEY=your-secure-api-key-here
# Node environment
NODE_ENV=production