clearcase/.env.dist

20 lines
804 B
Plaintext

# 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 - llama3.1:8b :
CLEARCASE_LLM_PROVIDER_BASE_URL="http://localhost:11434/api/"
CLEARCASE_LLM_PROVIDER_MODEL="llama3.1:8b"