From 8a897abc7b9f3b3b8e92755ee458ff071ce08c0e Mon Sep 17 00:00:00 2001 From: Adarnof Date: Sun, 11 Mar 2018 01:08:02 -0500 Subject: [PATCH] Ensure service URL has protocol. Thanks @jdrc --- docs/installation/services/discourse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/services/discourse.md b/docs/installation/services/discourse.md index 2a833977..54fd38cd 100644 --- a/docs/installation/services/discourse.md +++ b/docs/installation/services/discourse.md @@ -115,7 +115,7 @@ Follow prompts, being sure to answer `y` when asked to allow admin privileges. Navigate to `discourse.example.com` and log on. Top right press the 3 lines and select `Admin`. Go to API tab and press `Generate Master API Key`. Add the following values to your auth project's settings file: - - `DISCOURSE_URL`: `discourse.example.com` (do not add a trailing slash!) + - `DISCOURSE_URL`: `https://discourse.example.com` (do not add a trailing slash!) - `DISCOURSE_API_USERNAME`: the username of the admin account you generated the API key with - `DISCOURSE_API_KEY`: the key you just generated