Files
openai-chatgpt-telegram-bot/src/main/resources/application.yml
Struchkov Mark cc655a1bce
Some checks failed
continuous-integration/drone/push Build is failing
pre release 0.0.1
2023-03-15 20:29:59 +03:00

15 lines
344 B
YAML

app:
telegram-id: ${TELEGRAM_ID}
telegram:
bot:
username: ${TELEGRAM_BOT_USERNAME}
token: ${TELEGRAM_BOT_TOKEN}
proxy:
enable: ${PROXY_ENABLE:false}
host: ${PROXY_HOST:}
port: ${PROXY_PORT:}
type: ${PROXY_TYPE:SOCKS5}
user: ${PROXY_USERNAME:}
password: ${PROXY_PASSWORD:}
openai:
token: ${CHAT_GPT_TOKEN}