fix: JupyterHub Dockerfile - add eric user, sudo, fix DB path (4 slashes)
This commit is contained in:
14
configuration/ditto/override.conf
Normal file
14
configuration/ditto/override.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
ditto {
|
||||
gateway {
|
||||
authentication {
|
||||
pre-authentication {
|
||||
enabled = true
|
||||
}
|
||||
devops {
|
||||
secured = false
|
||||
devops-authentication-method = "basic"
|
||||
password = "ditto-devops-secret"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user