This commit is contained in:
2026-03-24 10:59:50 +01:00
commit 7c1c161ced
19 changed files with 856 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
from ngshare_exchange import configureExchange
c = get_config()
configureExchange(
c, "http://ngshare.jupyterhub.svc.cluster.local:8080/services/ngshare"
)
c.CourseDirectory.course_id = "*"
c.FormgradeApp.base_url = "/user/{username}/"