Comment out the CHANGE_ME fields.

This is to make sure that the chart fails if the user does not specify a value for them. Previous implementation would not indicate that there was a problem.
parent da7fd2d8
...@@ -74,34 +74,34 @@ oauth: ...@@ -74,34 +74,34 @@ oauth:
# Need to set to true to use any of the oauth options # Need to set to true to use any of the oauth options
enabled: false enabled: false
# Used for JWT to support running multiple copies of Chronograf # Used for JWT to support running multiple copies of Chronograf
token_secret: CHANGE_ME # token_secret: CHANGE_ME
# Set if the OAuth provider implements oidc with RS256 signature # Set if the OAuth provider implements oidc with RS256 signature
# use_id_token: true # use_id_token: true
# jwks_url: "" # jwks_url: ""
github: github:
enabled: false enabled: false
client_id: CHANGE_ME # client_id: CHANGE_ME
client_secret: CHANGE_ME # client_secret: CHANGE_ME
# This is a comma separated list of GH organizations (OPTIONAL) # This is a comma separated list of GH organizations (OPTIONAL)
gh_orgs: "" gh_orgs: ""
google: google:
enabled: false enabled: false
client_id: CHANGE_ME # client_id: CHANGE_ME
client_secret: CHANGE_ME # client_secret: CHANGE_ME
# eg. http://chronograf.foobar.com # eg. http://chronograf.foobar.com
public_url: "" public_url: ""
# This is a comma separated list of Google Apps domains (OPTIONAL) # This is a comma separated list of Google Apps domains (OPTIONAL)
domains: "" domains: ""
heroku: heroku:
enabled: false enabled: false
client_id: CHANGE_ME # client_id: CHANGE_ME
client_secret: CHANGE_ME # client_secret: CHANGE_ME
# This is a comma separated list of Heroku organizations (OPTIONAL) # This is a comma separated list of Heroku organizations (OPTIONAL)
he_orgs: "" he_orgs: ""
generic: generic:
enabled: false enabled: false
client_id: CHANGE_ME # client_id: CHANGE_ME
client_secret: CHANGE_ME # client_secret: CHANGE_ME
api_key: "" api_key: ""
scopes: "" scopes: ""
# eg. http://chronograf.foobar.com # eg. http://chronograf.foobar.com
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment