Lukas Goldschmidt hace 1 mes
padre
commit
eb694cf545
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  1. 3 0
      .env.example
  2. 3 0
      .gitignore

+ 3 - 0
.env.example

@@ -0,0 +1,3 @@
+EXEC_MCP_SSE_URL=http://192.168.0.249:8560/mcp/sse
+CRYPTO_MCP_SSE_URL=http://192.168.0.200:8505/mcp/sse
+NEWS_MCP_SSE_URL=http://192.168.0.200:8506/mcp/sse

+ 3 - 0
.gitignore

@@ -13,6 +13,9 @@ venv/
 *.log
 logs/
 
+# Environment
+.env
+
 # Build
 build/
 dist/