lure-updater/lure-updater.example.toml

15 lines
491 B
TOML
Raw Permalink Normal View History

2023-06-09 17:48:46 +00:00
[git]
2023-10-07 18:50:57 +00:00
repoURL = "https://github.com/lure-sh/lure-repo.git"
2023-06-09 17:48:46 +00:00
repoDir = "/etc/lure-updater/repo"
[git.commit]
# The name and email to use in the git commit
name = "CHANGE ME"
email = "CHANGE ME"
[git.credentials]
# Username and password for git push. Use a personal access token as the password for Github.
username = "CHANGE ME"
password = "CHANGE ME"
[webhook]
# A hash of the webhook password. Generate one using `lure-updater -g`.
pwd_hash = "CHANGE ME"