aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMark Steele <mark.steele@autodesk.com>2018-04-18 11:56:31 -0400
committerMark Steele <mark.steele@autodesk.com>2018-04-18 11:56:31 -0400
commit3d0fd087c7940830e9ac983d990720240efe202c (patch)
tree78da39dadb0a558bb17447117bb51d5f35000303
parent076dab4c5e4d5ea71ae3f28be6711aaceaa2e4a9 (diff)
downloadnetlify-serverless-oauth2-backend-3d0fd087c7940830e9ac983d990720240efe202c.tar.gz
netlify-serverless-oauth2-backend-3d0fd087c7940830e9ac983d990720240efe202c.tar.zst
netlify-serverless-oauth2-backend-3d0fd087c7940830e9ac983d990720240efe202c.zip
doc update
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index da3e841..81a44f9 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Finally, once the code is deployed you need to add some parameters to the AWS pa
73 73
74Head on over to the AWS console, find the Systems manager, and go to the Parameter store. 74Head on over to the AWS console, find the Systems manager, and go to the Parameter store.
75 75
76In there, you'll want to create the following parameters/values (as SecureStrings): 76In there, you'll want to create the following parameters/values (as SecureStrings), making sure to replace `STAGE` with your stage (eg: prod):
77 77
78* /ctrl-alt-del/oauth/`STAGE`/GIT_HOSTNAME - The github host to use. Ex: https://github.com 78* /ctrl-alt-del/oauth/`STAGE`/GIT_HOSTNAME - The github host to use. Ex: https://github.com
79* /ctrl-alt-del/oauth/`STAGE`/OAUTH_TOKEN_PATH - The token api uri path. Most probably this: /login/oauth/access_token 79* /ctrl-alt-del/oauth/`STAGE`/OAUTH_TOKEN_PATH - The token api uri path. Most probably this: /login/oauth/access_token