.env文件
This commit is contained in:
5
.env
Normal file
5
.env
Normal 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
2
.gitignore
vendored
@@ -8,7 +8,7 @@ yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# 环境变量文件
|
||||
.env
|
||||
# .env (已注释,不再忽略)
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
|
||||
1
scrapegraph-service/.env
Normal file
1
scrapegraph-service/.env
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user