summaryrefslogtreecommitdiff
blob: 35368901c8f1ff4c79ae03ba5edb2f5e3e8dc50f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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"