Files
manolia-alpha/server/.env.example
Robin COuret 02bc680982 add auth
2026-03-05 17:30:39 +01:00

6 lines
256 B
Plaintext

DATABASE_URI="sqlite:///database.db"
LANGUAGE_MODEL_API="http://localhost:8080/v1"
MODEL_NAME="SmolLM3-Q4_K_M.gguf"
ORIGIN="http://localhost:5173"
SECRET_SIGN="xxxx" #generate secure random secret key: openssl rand -hex 32
ACCESS_TOKEN_EXPIRE_MINUTES=10080