Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit c04f197

Browse files
Update docs (#362)
* fix editorconfig * adjust .env.example * update docs * update links * update link * fix nested blocks * add links to the slides * clarify companion description procedure * remove link to stale job * clarify comment * typo * typo * update github app section * explain the requirements * improve gitlab mention * reformat * wording * clarify * typo * expand on deployment environments * fix switch between production and staging environment * reorganize
1 parent 4b36d6d commit c04f197

File tree

4 files changed

+263
-102
lines changed

4 files changed

+263
-102
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ insert_final_newline = true
66
indent_style = tab
77
trim_trailing_whitespace = true
88

9-
[*.{yml,yaml}]
9+
[*.{yml,yaml,md}]
1010
indent_style = space
1111
indent_size = 2

.env.example

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# Move this file to .env in order to have it take effect.
2-
# All values are only examples. You should figure out if they are proper by the
3-
# application's code.
1+
# Set the appropriate values and copy this file to .env
42

53
# --- REQUIRED VARIABLES ---
64
# The port where the server will be started at
75
WEBHOOK_PORT=8080
86

9-
# The organization name or repository owner username of where the Github App is
10-
# installed
11-
INSTALLATION_LOGIN=org
7+
# The organization name or the repository owner's username of where the Github
8+
# App is installed
9+
INSTALLATION_LOGIN=placeholder
1210

1311
# The path of the database directory. If it's not an absolute path, it will be
1412
# relative to this repository's root.
@@ -23,18 +21,18 @@ REPOSITORIES_PATH=repositories
2321
PRIVATE_KEY_PATH=githubPrivateKey.pem
2422

2523
# The webhook secret according to the Github App's settings.
26-
WEBHOOK_SECRET=hunter2
24+
WEBHOOK_SECRET=placeholder
2725

2826
# The Github App ID according to the Github App's settings.
2927
GITHUB_APP_ID=123
3028

3129
# The GitHub team which whose members will be used as team leads
32-
# Must be in the same organization where this bot is installed
33-
TEAM_LEADS_TEAM=team
30+
# Must be from the organization where the GitHub App is installed
31+
TEAM_LEADS_TEAM=placeholder
3432

3533
# The GitHub team which whose members will be used as core developers
36-
# Must be in the same organization where this bot is installed
37-
CORE_DEVS_TEAM=team
34+
# Must be from the organization where the GitHub App is installed
35+
CORE_DEVS_TEAM=placeholder
3836

3937

4038
# --- OPTIONAL VARIABLES ---

0 commit comments

Comments
 (0)