Feat: add example config
This commit is contained in:
11
config.example.toml
Normal file
11
config.example.toml
Normal 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"
|
Reference in New Issue
Block a user