This repository has been archived on 2026-01-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2025-07-12 14:38:21 +03:00
|
|
|
# API key for chatgpt
|
|
|
|
|
CHATGPT_KEY=api key for chatgpt
|
2025-07-13 21:59:42 +03:00
|
|
|
# Chat gpt model
|
|
|
|
|
CHATGPT_MODEL=gpt-4o
|
2025-07-06 16:46:21 +03:00
|
|
|
# This is secret key for jwt signature
|
|
|
|
|
JWT_SECRET=just a random string here
|
2025-07-13 21:59:42 +03:00
|
|
|
# Set to false to disable registration
|
|
|
|
|
ALLOW_REGISTER=true
|
2025-07-13 23:05:55 +03:00
|
|
|
# Working domain
|
|
|
|
|
DOMAIN=localhost
|