docs: fix typos in examples

This commit is contained in:
Bobby DeSimone 2019-06-04 22:19:07 -07:00
parent dec57f66f3
commit 6eab1b7630
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
2 changed files with 5 additions and 5 deletions

View file

@ -17,10 +17,10 @@ services:
environment:
- SERVICES=authenticate
# NOTE!: Replace with your identity provider settings https://www.pomerium.io/docs/identity-providers.html
- IDP_PROVIDER=google
- IDP_PROVIDER_URL=https://accounts.google.com
- IDP_CLIENT_ID=REPLACE_ME.apps.googleusercontent.com
- IDP_CLIENT_SECRET=REPLACE_ME
# - IDP_PROVIDER=google
# - IDP_PROVIDER_URL=https://accounts.google.com
# - IDP_CLIENT_ID=REPLACE_ME.apps.googleusercontent.com
# - IDP_CLIENT_SECRET=REPLACE_ME
# - IDP_CLIENT_SECRET=REPLACE_ME
# NOTE! Generate new secret keys! e.g. `head -c32 /dev/urandom | base64`
# Generated secret keys must match between services