clearcase/.env.dist

25 lines
1.0 KiB
Plaintext
Raw Permalink 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=
2025-02-22 09:42:15 +01:00
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
2025-02-21 18:42:56 +01:00
# HTTP session keys (list of 32 characters strings, should be modified in production)
CLEARCASE_HTTP_SESSION_KEYS=abcdefghijklmnopqrstuvwxyz000000
# LLM Provider
# Example with ollama:
2025-02-21 18:42:56 +01:00
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=<your_api_key>
# CLEARCASE_LLM_PROVIDER_BASE_URL=https://openrouter.ai/api/v1/
# CLEARCASE_LLM_PROVIDER_MODEL=meta-llama/llama-3.3-70b-instruct:free