Skip to content

Commit 27de6ee

Browse files
authored
Import
From `Autodesk/pull/177`
1 parent 8c986ec commit 27de6ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

updater/config.py.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ configuration = \
7272
# that sense (e.g. components organizations).
7373
"memberlessOrganizations": [],
7474

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": [],
7580

7681
# Help Links
7782
#
@@ -96,4 +101,7 @@ configuration = \
96101
# Command that returns the SQL shell with the correct environment
97102
"databaseCommand": ["ghe-dbconsole", "-y"],
98103

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"
99107
}

0 commit comments

Comments
 (0)