# Server configuration CLOPEN_HOST=localhost # Production port (single port — Elysia serves everything) CLOPEN_PORT=9141 # Development ports (two ports — Vite proxies to Elysia) CLOPEN_PORT_FRONTEND=9151 CLOPEN_PORT_BACKEND=9161