Lukas Goldschmidt 1 сар өмнө
parent
commit
eb694cf545
2 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  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/