Permalink
Browse files

add BYOR config

  • Loading branch information...
1 parent c4ea301 commit cb2c26321f8ac74e4038353314ff054ad43e4bc6 @StrausMG StrausMG committed Jun 19, 2017
Showing with 6 additions and 0 deletions.
  1. +6 −0 etc/byor_config.py
View
@@ -0,0 +1,6 @@
+c = get_config()
+load_subconfig('etc/base_config.py')
+load_subconfig('etc/github_auth.py')
+
+from dockerspawner import DockerSpawner
+c.DockerSpawner.hub_ip_connect = c.JupyterHub.hub_ip

0 comments on commit cb2c263

Please sign in to comment.