.env文件

This commit is contained in:
2026-03-06 16:07:27 +08:00
parent ad659c4ff0
commit 4653b1d7b9
3 changed files with 7 additions and 1 deletions

5
.env Normal file
View File

@@ -0,0 +1,5 @@
# 服务器端口配置
PORT=5000
# Firecrawl API Key在 https://www.firecrawl.dev/app/api-keys 获取)
FIRECRAWL_API_KEY=fc-354d1bbd965d482c977796ff534e15ca

2
.gitignore vendored
View File

@@ -8,7 +8,7 @@ yarn-error.log*
pnpm-debug.log* pnpm-debug.log*
# 环境变量文件 # 环境变量文件
.env # .env (已注释,不再忽略)
.env.local .env.local
.env.*.local .env.*.local

1
scrapegraph-service/.env Normal file
View File

@@ -0,0 +1 @@