-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
37 lines (33 loc) · 1.29 KB
/
Copy path.env.template
File metadata and controls
37 lines (33 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Confluence
ENABLE_CONFLUENCE=true
CONFLUENCE_API_TOKEN="XXX"
# https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/
CONFLUENCE_SPACE_KEY="XXX"
CONFLUENCE_SPACE_URL="XXX" # Change to your space url
# Hint: url is all before space_key and page_id can both be found in the URL of a page in Confluence
# https://yoursite.atlassian.com/wiki/spaces/<space_key>/pages/<page_id>
CONFLUENCE_USERNAME="XXX" # email
# LLM for generation and embedding
# Hint: ollama ls
LLM_MODEL_NAME="llama3.2:3b" # for HF models use syntax: hf.co/IlyaGusev/saiga_llama3_8b_gguf:Q8_0
EMB_MODEL_MAME="bge-m3"
OPENAI_API_KEY="XXX"
# First Git
GIT_REPO_B2B_ENABLED=true
GIT_REPO_B2B_PATH="/path/to/b2b/"
GIT_REPO_B2B_URL=https://github.com/your-org/b2b-repo.git
GIT_REPO_B2B_BRANCH=master
#GIT_REPO_B2B_EXCLUDE_FILES=test.yaml # list of filenames by comma
GIT_REPO_B2B_PARSER_TYPE=ansible
# Example for another repository
#GIT_REPO_INF_ENABLED=false
#GIT_REPO_INF_PATH=/path/to/inf/repo
#GIT_REPO_INF_URL=https://github.com/your-org/inf-repo.git
#GIT_REPO_INF_BRANCH=main
#GIT_REPO_INF_EXCLUDE_FILES=test/*,docs/*
#GIT_REPO_INF_PARSER_TYPE=base
# YouTrack
#ENABLE_YOUTRACK=true
#YOUTRACK_URL=https://your-company.youtrack.cloud
#YOUTRACK_TOKEN=perm:XXXXXXXXXXXXXXXX
#YOUTRACK_PROJECTS=PRJ,XYZ