Skip to content

Commit

Permalink
Merge pull request #16 from jupyterhub/fix-readme-1
Browse files Browse the repository at this point in the history
Clarify usage of 'c.'
  • Loading branch information
yuvipanda committed Aug 25, 2016
2 parents 0f2f31e + ef24ebd commit 910466d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ you would set this config item to be:
c.LDAPAuthenticator.bind_dn_template = 'uid={username},ou=people,dc=wikimedia,dc=org'
```

Don't forget the preceeding `c.` for setting configuration parameters! JupyterHub
uses [traitlets](https://traitlets.readthedocs.io) for configuration, and the `c` represents the [config object](https://traitlets.readthedocs.io/en/stable/config.html).

The `{username}` is expanded into the username the user provides.

### Optional configuration ###
Expand Down

0 comments on commit 910466d

Please sign in to comment.