initial project setup
This commit is contained in:
32
env.example
Normal file
32
env.example
Normal 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
|
||||
Reference in New Issue
Block a user