Skip to content

Commit f43a2af

Browse files
authored
README: added env var
1 parent 7f32b81 commit f43a2af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run/markdown-preview/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Required variables for this sample include:
1111

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

1516
## Dependencies
1617

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

0 commit comments

Comments
 (0)