Lukas Goldschmidt vor 1 Monat
Ursprung
Commit
eb694cf545
2 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  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/