File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,27 @@ Description of the app
33
33
- To lint the repo: ` make lint `
34
34
- To run the app: ` pipenv run my_app --help `
35
35
36
- ## Required ENV
36
+ ## Environment variables
37
+
38
+ ### Required
39
+
40
+ ```
41
+ # If set to a valid Sentry DSN, enables Sentry exception monitoring. This is not needed for local development.
42
+ SENTRY_DSN=
43
+
44
+ # Set to `dev` for local development, this will be set to `stage` and `prod` in those environments by Terraform.
45
+ WORKSPACE=
46
+ ```
47
+
48
+ ### Optional
49
+
50
+ _ Delete this section if it isn't applicable to the PR._
51
+
52
+ ```
53
+ # Description for optional environment variable
54
+ <OPTIONAL_ENV>=
55
+ ```
56
+
57
+
58
+
37
59
38
- - ` SENTRY_DSN ` = If set to a valid Sentry DSN, enables Sentry exception monitoring. This is not needed for local development.
39
- - ` WORKSPACE ` = Set to ` dev ` for local development, this will be set to ` stage ` and ` prod ` in those environments by Terraform.
You can’t perform that action at this time.
0 commit comments