clearcase/.env.dist

21 lines
682 B
Plaintext
Raw Normal View History

2025-02-21 18:42:56 +01:00
# See internal/config for more configuration parameters
# Log level (here DEBUG)
CLEARCASE_LOGGER_LEVEL=-4
# Gitea auth provider (disabled if empty)
CLEARCASE_AUTH_PROVIDERS_GITEA_KEY=
CLEARCASE_AUTH_PROVIDERS_GITEA_SECRET=
CLEARCASE_AUTH_PROVIDERS_GITEA_SCOPES="user:email"
# HTTP session keys (list of 32 characters strings, should be modified in production)
CLEARCASE_HTTP_SESSION_KEYS=abcdefghijklmnopqrstuvwxyz000000
# Base URL, used in templates and link generation
CLEARCASE_HTTP_BASE_URL=http://localhost:3001
# LLM Provider
# Example with ollama - llama3.1:8b :
CLEARCASE_LLM_PROVIDER_BASE_URL="http://localhost:11434/api/"
CLEARCASE_LLM_PROVIDER_MODEL="llama3.1:8b"