Skip to content

Commit

Permalink
README: added env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsk committed Apr 27, 2020
1 parent 7f32b81 commit f43a2af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run/markdown-preview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Required variables for this sample include:

* `EDITOR_UPSTREAM_RENDER_URL`: The URL of the restricted Cloud Run service that
renders Markdown to HTML.
* `EDITOR_UPSTREAM_UNAUTHENTICATED`: A boolean that indicates whether the service is unauthenticated.

## Dependencies

Expand All @@ -19,4 +20,4 @@ Required variables for this sample include:
* **got**: Node.js library for HTTP requests.
* **handlebars** JavaScript template engine.
* **markdown-it**: JavaScript library for parsing and rendering Markdown text.
* **xss**: Node.js HTML sanitizer.
* **xss**: Node.js HTML sanitizer.

0 comments on commit f43a2af

Please sign in to comment.