File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,11 @@ configuration = \
72
72
# that sense (e.g. components organizations).
73
73
"memberlessOrganizations": [],
74
74
75
+ # Name with owner of repositories that are to be monitored for repository
76
+ # specific metrics.
77
+ #
78
+ # Example: [ "test-org/large-repo", "it/mobile-client" ]
79
+ "monitoredRepositories": [],
75
80
76
81
# Help Links
77
82
#
@@ -96,4 +101,7 @@ configuration = \
96
101
# Command that returns the SQL shell with the correct environment
97
102
"databaseCommand": ["ghe-dbconsole", "-y"],
98
103
104
+ # Path to git-sizer (https://github.com/github/git-sizer) used for Git metrics.
105
+ # Default is home directory of admin user on GitHub Enterprise appliance.
106
+ "gitSizerPath": "/home/admin/git-sizer"
99
107
}
You can’t perform that action at this time.
0 commit comments