mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-31 18:15:58 +08:00
feat: support setting app api use env
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@ -0,0 +1,6 @@
|
||||
# APP ID
|
||||
NEXT_PUBLIC_APP_ID=
|
||||
# APP API key
|
||||
NEXT_PUBLIC_APP_KEY=
|
||||
# API url prefix
|
||||
NEXT_PUBLIC_API_URL=
|
||||
Reference in New Issue
Block a user