kpi-dashboard/updater/config.example.yaml

22 lines
1002 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Скопируйте этот файл в config.yaml и заполните реальными значениями.
# config.yaml в git НЕ коммитится (см. .gitignore).
impala:
host: bdas-worker-08.bdpak.telecom.kz # основной хост
fallback_host: bdas-utility-01.bdpak.telecom.kz # резервный хост (можно убрать)
port: 21050
database: drb
user: "ВАШ_ЛОГИН"
password: "ВАШ_ПАРОЛЬ"
timeout: 60
git:
remote: origin
branch: pages
# Personal Access Token из Gitea (Settings -> Applications -> Generate Token,
# право write:repository). Нужен для НЕинтерактивного пуша по расписанию.
# Если оставить пустым, пуш пойдёт через системный Git Credential Manager
# (нужно один раз вручную выполнить git push и сохранить логин/пароль).
username: "kyrykbaev"
token: ""