28 lines
937 B
Bash
28 lines
937 B
Bash
# =============================================================================
|
|
# TFM aInventory - Docker Compose Environment
|
|
# =============================================================================
|
|
# This file is used by Docker Compose for host-side port mapping.
|
|
# It should match the values in config/network_config.env
|
|
# =============================================================================
|
|
|
|
SERVER_IP=192.168.84.140
|
|
|
|
# Backend Ports
|
|
BACKEND_PORT=8916
|
|
BACKEND_SSL_PORT=8918
|
|
|
|
# Frontend Ports
|
|
FRONTEND_PORT=8917
|
|
FRONTEND_SSL_PORT=8919
|
|
|
|
# Security
|
|
JWT_SECRET_KEY=change_me_in_production
|
|
|
|
# AI
|
|
GEMINI_API_KEY=AIzaSyAajthWG2agpDLyJHY11U5qFLP4WnV5z0w
|
|
CLAUDE_API_KEY=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
|
|
|
|
# External Access (CORS)
|
|
# Comma-separated list of extra IPs or FQDNs allowed to connect (e.g. Tailscale, VPN)
|
|
EXTRA_ALLOWED_ORIGINS=100.78.182.27
|