forked from tuvn86/webapp-conversation
feat: support setting app api use env
This commit is contained in:
parent
8f3dcd5462
commit
3838537a42
3 changed files with 22 additions and 12 deletions
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=
|
||||
Loading…
Add table
Add a link
Reference in a new issue