Compare commits

..

2 Commits

Author SHA1 Message Date
dd1c540a61 Update README.md 2023-11-08 19:09:45 +08:00
1286683031 Merge pull request #30 from langgenius/chore/add-dot-env
feat: add .env
2023-09-22 03:52:29 -05:00

View File

@ -8,6 +8,8 @@ Create a file named `.env.local` in the current directory and copy the contents
NEXT_PUBLIC_APP_ID=
# APP API key
NEXT_PUBLIC_APP_KEY=
# APP URL
NEXT_PUBLIC_API_URL=
```
Config more in `config/index.ts` file: