# 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_AUTH_URL=https://forge.cadoles.com/login/oauth/authorize CLEARCASE_AUTH_PROVIDERS_GITEA_TOKEN_URL=https://forge.cadoles.com/login/oauth/access_token CLEARCASE_AUTH_PROVIDERS_GITEA_PROFILE_URL=https://forge.cadoles.com/login/oauth/userinfo # HTTP session keys (list of 32 characters strings, should be modified in production) CLEARCASE_HTTP_SESSION_KEYS=abcdefghijklmnopqrstuvwxyz000000 # LLM Provider # Example with ollama: CLEARCASE_LLM_PROVIDER_BASE_URL="http://localhost:11434/api/" CLEARCASE_LLM_PROVIDER_MODEL="llama3.1:8b" # Example with OpenRouter # CLEARCASE_LLM_PROVIDER_NAME=openrouter # CLEARCASE_LLM_PROVIDER_KEY= # CLEARCASE_LLM_PROVIDER_BASE_URL=https://openrouter.ai/api/v1/ # CLEARCASE_LLM_PROVIDER_MODEL=meta-llama/llama-3.3-70b-instruct:free