feat(prod): add allow register and chatgpt model into env file

This commit is contained in:
Leons Aleksandrovs
2025-07-13 21:59:42 +03:00
parent 6d13680e99
commit dd93438ad2
5 changed files with 21 additions and 3 deletions
+5
View File
@@ -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