feat(prod): add allow register and chatgpt model into env file
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
# API key for chatgpt
|
||||
CHATGPT_KEY=api key for chatgpt
|
||||
# Chat gpt model
|
||||
CHATGPT_MODEL=gpt-4o
|
||||
# This is secret key for jwt signature
|
||||
JWT_SECRET=just a random string here
|
||||
# Set to false to disable registration
|
||||
ALLOW_REGISTER=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user