Feat: add example config

This commit is contained in:
Grail Finder
2025-05-22 07:23:18 +03:00
parent ad8f1aaee2
commit 6b750cd34b
8 changed files with 66 additions and 52 deletions

11
config.example.toml Normal file
View File

@ -0,0 +1,11 @@
BASE_URL = "https://localhost:3000"
SESSION_LIFETIME_SECONDS = 30000
COOKIE_SECRET = "test"
[SERVICE]
HOST = "localhost"
PORT = "3000"
[LLM]
TOKEN = ""
URL = "https://api.deepseek.com/beta"