Skip to content

Commit

Permalink
Merge pull request #279 from raethlein/master
Browse files Browse the repository at this point in the history
Add clarifying comment into README code block
  • Loading branch information
minrk authored Jul 30, 2019
2 parents 009ba47 + f8ce29a commit f55855a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,13 @@ $OAUTH_CLIENT_SECRET
You can also set these values in your **configuration file**, `jupyterhub_config.py`:

```python
# Replace MyOAuthenticator with your selected OAuthenticator class (e.g. c.GithubOAuthenticator).

c.MyOAuthenticator.oauth_callback_url = 'http[s]://[your-host]/hub/oauth_callback'
c.MyOAuthenticator.client_id = 'your-client-id'
c.MyOAuthenticator.client_secret = 'your-client-secret'
```


## Azure Setup


Expand Down

0 comments on commit f55855a

Please sign in to comment.