mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: William Hubbs <williamh@gentoo.org>
15 lines
507 B
Plaintext
15 lines
507 B
Plaintext
# settings for github-exporter
|
|
|
|
# I will list the required variables here, but there are several more.
|
|
# Please see the README for all of them.
|
|
|
|
# LISTEN_PORT specifies the port the exporter will use. Below is the default.
|
|
# LISTEN_PORT=9171
|
|
|
|
# ORGS should contain a list of github organizations you wish to monitor.
|
|
# ORGS="org1,org2"
|
|
|
|
# REPOS should contain a list of github repos you want tomonitor.
|
|
# If neither ORGS nor REPOS is set, the exporter will refuse to run.
|
|
# REPOS="user1/repo1,user2/repo2"
|