Newer
Older
gnexus-tasks / .env.example
# SSO (gnexus-gauth)
GAUTH_BASE_URL=https://auth.gnexus.space
GAUTH_CLIENT_ID=change-me
GAUTH_CLIENT_SECRET=change-me
GAUTH_REDIRECT_URI=http://localhost:8134/auth/callback

# Session cookie
SESSION_SECRET=change-me-session-secret

# Database
DATABASE_URL=postgresql+psycopg://gntodo:gntodo@localhost:5432/gntodo

# Ollama (M2)
OLLAMA_BASE_URL=http://localhost:11434
OLLAMA_MODEL=qwen2.5:3b