forked from github-copilot-resources/copilot-metrics-viewer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
22 lines (16 loc) · 789 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Determines if mocked data should be used instead of making API calls.
VUE_APP_MOCKED_DATA=true
# Determines the scope of the API calls.
# Can be 'enterprise' or 'organization' to target API calls to an enterprise or an organization respectively.
VUE_APP_SCOPE=organization
# Determines the enterprise or organization name to target API calls.
VUE_APP_GITHUB_ORG=octodemo
VUE_APP_GITHUB_ENT=
# Determines the team name if exists to target API calls.
VUE_APP_GITHUB_TEAM=
# Determines the GitHub Personal Access Token to use for API calls.
# Create with scopes copilot, manage_billing:copilot or manage_billing:enterprise, read:enterprise AND read:org
VUE_APP_GITHUB_TOKEN=
# GitHub Api Url
# for proxy api - set to /api/github defaults to https://api.github.com
VUE_APP_GITHUB_API=