From 21e68c418493c9da549133e6a09e967d31f8a721 Mon Sep 17 00:00:00 2001 From: Andrew Schleifer Date: Thu, 17 Dec 2020 06:23:52 +0000 Subject: [PATCH] doc: use example.com cf. rfc2606 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79358cc..a0d1914 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Usage of ./discourse-auth-proxy: -origin-url="": origin to proxy eg: http://localhost:2002 -proxy-url="": outer url of this host eg: http://secrets.example.com -sso-secret="": SSO secret for origin - -sso-url="": SSO endpoint eg: http://discourse.forum.com + -sso-url="": SSO endpoint eg: http://discourse.example.com -allow-all: don't restrict access to "admin" users on the SSO endpoint -timeout="10": Read/Write timeout ```