initial project setup

This commit is contained in:
glenn schrooyen
2025-09-11 22:08:12 +02:00
parent 8cc588dc92
commit 21e4972ab1
46 changed files with 2755 additions and 1 deletions

32
env.example Normal file
View File

@@ -0,0 +1,32 @@
# Database Configuration
POSTGRES_DB=labfusion
POSTGRES_USER=labfusion
POSTGRES_PASSWORD=labfusion_password
# Redis Configuration
REDIS_HOST=redis
REDIS_PORT=6379
# API Gateway Configuration
API_GATEWAY_PORT=8080
JWT_SECRET=your-jwt-secret-key-here
# Service Adapters Configuration
SERVICE_ADAPTERS_PORT=8000
# Frontend Configuration
REACT_APP_API_URL=http://localhost:8080
REACT_APP_WEBSOCKET_URL=ws://localhost:8080/ws
# Service Integration URLs (update with your actual service URLs)
HOME_ASSISTANT_URL=http://homeassistant.local:8123
HOME_ASSISTANT_TOKEN=your-ha-token-here
FRIGATE_URL=http://frigate.local:5000
FRIGATE_TOKEN=your-frigate-token-here
IMMICH_URL=http://immich.local:2283
IMMICH_API_KEY=your-immich-api-key-here
N8N_URL=http://n8n.local:5678
N8N_WEBHOOK_URL=your-n8n-webhook-url-here