# ============================================================================= # TFM aInventory - Central Network Configuration # ============================================================================= # Use this file to customize the ports and IP address used by the application # without needing to modify the source code. # # IMPORTANT: After modifying this file, restart the application for changes # to take effect. # ============================================================================= # The primary IP address where the application will be accessed. # Used for CORS settings and documentation links. SERVER_IP=192.168.84.113 # --- BACKEND PORTS --- # Internal port for the FastAPI server (Backend) BACKEND_PORT=8906 # External port for the Backend HTTPS Proxy (Caddy/local-ssl-proxy) BACKEND_SSL_PORT=8908 # --- FRONTEND PORTS --- # Internal port for the Next.js dev/prod server FRONTEND_PORT=8907 # External port for the Frontend HTTPS Proxy (Caddy/local-ssl-proxy) # This is the port you will use in your browser (e.g. https://192.168.84.113:8909) FRONTEND_SSL_PORT=8909