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.
Files

11 lines
261 B
Plaintext
Raw Permalink Normal View History

# API key for chatgpt
CHATGPT_KEY=api key for chatgpt
# 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
# Set to false to disable registration
ALLOW_REGISTER=true
# Working domain
DOMAIN=localhost