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.
20 lines
405 B
Bash
20 lines
405 B
Bash
# KakaoTalk
|
|
KAKAO_REST_API_KEY=
|
|
KAKAO_REDIRECT_URI=https://localhost
|
|
KAKAO_ACCESS_TOKEN=
|
|
KAKAO_REFRESH_TOKEN=
|
|
KAKAO_USE_SELF_MEMO=true
|
|
|
|
# Telegram (comma-separated chat IDs for multiple recipients)
|
|
TELEGRAM_BOT_TOKEN=
|
|
TELEGRAM_CHAT_ID=
|
|
|
|
# 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
|