-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
39 lines (34 loc) · 1.2 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Controllr
# Get the token by running the following in the the rails console on
# `controllr.panter.biz`:
# `User.find_by_email('[email protected]').authentication_token`
# The user need to be `admin` in order to have the required permissions.
CONTROLLR_TOKEN=
CONTROLLR_URL=
# Github
# Go to https://github.com/settings/tokens and generate a new
# personal access token with read writes to all the required data.
GITHUB_USER=
GITHUB_TOKEN=
# comma separated list of repositories that should be excluded
# from statistics (e.g. `GITHUB_REPO_BLACKLIST=rails/rails,ruby/ruby`)
GITHUB_REPO_BLACKLIST=
# the github organization name
GITHUB_ORGANIZATION_NAME=
# Gitlab
GITLAB_URL=
# private token is used for api access
# the user needs to be in the organization group with the owner role
GITLAB_PRIVATE_TOKEN=
# username/password is used for repo access (i.e. cloning)
GITLAB_USER=
GITLAB_PASSWORD=
# comma separated list of repositories that should be excluded
# from statistics (e.g. `GITLAB_REPO_BLACKLIST=rails/rails,ruby/ruby`)
GITLAB_REPO_BLACKLIST=
# Dashing update token used for pushing updates
DASHING_AUTH_TOKEN=
# Rails secret base (generate with `rails secret`)
RAILS_SECRET_KEY_BASE=
# Sentry error reporting
SENTRY_DSN=