feat: initial commit
This commit is contained in:
20
.env.dist
Normal file
20
.env.dist
Normal file
@ -0,0 +1,20 @@
|
||||
# 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"
|
Reference in New Issue
Block a user