ALR-updater/alr-updater.example.toml

15 lines
708 B
TOML
Raw Permalink 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.

[git]
repoURL = "https://gitverse.ru/Xpamych/xpamych-alr-repo"
repoDir = "/etc/alr-updater/repo"
[git.commit]
# Имя и адрес электронной почты, которые будут использоваться при фиксации git
name = "CHANGE ME"
email = "CHANGE ME"
[git.credentials]
# Имя пользователя и пароль для git push. Используйте личный токен доступа в качестве пароля для Github.
username = "CHANGE ME"
password = "CHANGE ME"
[webhook]
# Хэш пароля для webhook. Сгенерируйте его, используя `alr-updater -g`.
pwd_hash = "CHANGE ME"