App-KGB
view release on metacpan or search on metacpan
eg/kgb-client.conf.sample view on Meta::CPAN
# also, a single server can be defined with 'uri'
# uri: htp://somewhere/
# or, a failover group of servers can be defined
servers:
- uri: http://localhost:9999/
timeout: 5 # no point in waiting longer for localhost
- uri: http://remotehost:9999/
password: "overrides the global one"
# status-dir is used to store the last successfully contacted server
# this information is used later in order to try to contact the same server
# again (if later contact is within some not very big time frame)
status-dir: /var/cache/kgb/client-status
# a commit URL template to send to the server
# ${module}, ${branch} and ${commit} are replaced with the data from the commit
# Examples:
# "http://svn.debian.org/viewvc/kgb?view=revision&revision=${commit}"
# "http://git.debian.org/?p=our-project/${module}.git;a=commitdiff;h=${commit}"
web-link: ~
# An optional URL shortening service
# see WWW::Shorten manual for the list of supported services
short-url-service: ~
( run in 0.635 second using v1.01-cache-2.11-cpan-e1769b4cff6 )