Files
gralias/config.example.toml
2025-07-04 10:34:08 +03:00

13 lines
225 B
TOML

BASE_URL = "https://localhost:3000"
SESSION_LIFETIME_SECONDS = 30000
COOKIE_SECRET = "test"
DB_PATH = "sqlite3://gralias.db"
[SERVICE]
HOST = "localhost"
PORT = "3000"
[LLM]
TOKEN = ""
URL = "https://api.deepseek.com/beta"