aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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