# the directory to cache Release files and shasums in
# this is a pretty good default
STORAGE_DIR=/var/cache/trigger-gitlab-on-deb-repo-update

# space separated list of project IDs to trigger
# these IDs are numeric and can be found on projects' pipelines pages.
PROJECTS=1

# the scheme://host:port where your gitlab instance can be found
GITLAB=https://gitlab.example.com

# your gitlab personal access token
TOKEN=SET_ME
