浏览代码

gitignore

Lukas Goldschmidt 1 月之前
父节点
当前提交
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/