Skip to content

Commit

Permalink
Add warning about copy-pasting client_id
Browse files Browse the repository at this point in the history
  • Loading branch information
ddohler committed May 23, 2018
1 parent 8d4fadd commit dd411e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/ansible/group_vars/production.example
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ forecast_io_api_key: ""
# DRIVER has the capability to enable Single-Sign-On via OAuth (usually via Google).
# To enable this feature, you will need a client ID and secret, which can be obtained from the
# Google API Console: https://developers.google.com/identity/sign-in/web/devconsole-project
# CAUTION: We have had problems copy-pasting the client ID and client secret from this site; there
# have sometimes been whitespace and invisible characters in the copied strings. We recommend
# typing the client id and secret by hand.
# The URLs that you will need to authorize for your application are:
# https://<your domain name>
# https://<your domain name>/
Expand Down

0 comments on commit dd411e3

Please sign in to comment.