chore: 新增.env辅助文件

This commit is contained in:
zhaoyingbo 2024-11-25 11:42:30 +00:00
parent 1a153bb336
commit e3f93afe82
2 changed files with 13 additions and 2 deletions

13
.env Normal file
View File

@ -0,0 +1,13 @@
# Node Environment: dev, production
NODE_ENV=dev
LLM_MODEL=
LLM_API_KEY=
LLM_BASE_URL=
LANGFUSE_PK=
LANGFUSE_SK=
LANGFUSE_BASE_URL=
# Map of apps such as '{"michat": { "app_id": "123", "app_secret": "456", "app_name": "Mi Chat" }}'
LARK_APP_MAP=

2
.gitignore vendored
View File

@ -56,5 +56,3 @@ profile-*
profile*
*clinic*
*flamegraph*
.env