增加环境配置示例文件
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# The backend API for chat endpoint.
|
||||
#NEXT_PUBLIC_CHAT_API=http://localhost:8000/api/chat
|
||||
NEXT_PUBLIC_CHAT_API=http://10.1.6.41:8000/api/chat
|
||||
|
||||
#PHOENIX_SERVER_URL=http://localhost:6006/
|
||||
PHOENIX_SERVER_URL=http://10.1.6.41:6006/
|
||||
|
||||
# Let's the user change indexes in LlamaCloud projects
|
||||
NEXT_PUBLIC_USE_LLAMACLOUD=false
|
||||
|
||||
Reference in New Issue
Block a user