Commit 4a7c9f73059d50993e9eb531c3bba76746ad7229

Authored by 839
1 parent 75da11ef
Exists in master

Update configuration for google oauth2

Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
docs/configuration.md
... ... @@ -79,6 +79,16 @@ In order of precedence Errbit uses:
79 79 <dt>GITHUB_SITE_TITLE</dt>
80 80 <dd>The title to use for GitHub. This value is whatever you want displayed in the Errbit UI when referring to GitHub.</dd>
81 81 <dd>defaults to GitHub</dd>
  82 +<dt>GOOGLE_AUTHENTICATION
  83 +<dd>Allow google sign-in via OAuth
  84 +<dd>defaults to true
  85 +<dt>GOOGLE_CLIENT_ID
  86 +<dd>Client id of your google application
  87 +<dt>GOOGLE_SECRET
  88 +<dd>Secret key for your google application
  89 +<dt>GOOGLE_SITE_TITLE</dt>
  90 +<dd>The title to use for Google. This value is whatever you want displayed in the Errbit UI when referring to Google.</dd>
  91 +<dd>defaults to Google</dd>
82 92 <dt>EMAIL_DELIVERY_METHOD
83 93 <dd>:smtp or :sendmail, depending on how you want Errbit to send email
84 94 <dt>SMTP_SERVER
... ...