mirror of
https://github.com/tcsenpai/devlog.git
synced 2025-06-02 16:50:03 +00:00
6 lines
163 B
Plaintext
6 lines
163 B
Plaintext
GIT_REPO=/your/repo/path/or/url
|
|
GIT_TOKEN=your-git-token
|
|
OLLAMA_URL=http:/localhost:11434
|
|
DEFAULT_BRANCH=main
|
|
OLLAMA_MODEL=llama3.1:8b
|
|
SKIP_PROCESSED_COMMITS=false |