chore: 新增.env辅助文件
This commit is contained in:
parent
1a153bb336
commit
e3f93afe82
13
.env
Normal file
13
.env
Normal 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
2
.gitignore
vendored
@ -56,5 +56,3 @@ profile-*
|
|||||||
profile*
|
profile*
|
||||||
*clinic*
|
*clinic*
|
||||||
*flamegraph*
|
*flamegraph*
|
||||||
|
|
||||||
.env
|
|
Loading…
x
Reference in New Issue
Block a user