Permalink
Find file
Fetching contributors…
Cannot retrieve contributors at this time
10 lines (7 sloc) 209 Bytes
import os
import everware
import everware.tests.mocking
c = get_config()
c.JupyterHub.data_files_path = 'share'
c.JupyterHub.template_paths = ['share/static/html']
c.Authenticator.whitelist = set(['river'])