You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
304 B
Bash

# KakaoTalk
KAKAO_REST_API_KEY=
KAKAO_REDIRECT_URI=https://localhost
KAKAO_ACCESS_TOKEN=
KAKAO_REFRESH_TOKEN=
KAKAO_USE_SELF_MEMO=true
# Ollama
OLLAMA_BASE_URL=http://127.0.0.1:11434
# Database
GIMME_JOB_DB_PATH=gimme_job.db
# Optional: override log level (DEBUG, INFO, WARNING, ERROR)
LOG_LEVEL=INFO