Skip to content

Commit

Permalink
update ws hatchery config
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontmaxwell committed Jan 24, 2025
1 parent 54faade commit 568364e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions qa-brh.planx-pla.net/manifests/hatchery/hatchery.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"FRAME_ANCESTORS": "https://qa-brh.planx-pla.net"
},
"args": [
"--NotebookApp.base_url=/lw-workspace/proxy/",
"--NotebookApp.default_url=/lab",
"--NotebookApp.password=''",
"--NotebookApp.token=''",
"--NotebookApp.ip='*'",
"--NotebookApp.notebook_dir='/home/jovyan'",
"--NotebookApp.shutdown_no_activity_timeout=5400",
"--NotebookApp.quit_button=False"
"--JupyterNotebookApp.base_url=/lw-workspace/proxy/",
"--JupyterNotebookApp.default_url=/lab",
"--JupyterNotebookApp.password=''",
"--JupyterNotebookApp.token=''",
"--JupyterNotebookApp.ip='*'",
"--JupyterNotebookApp.notebook_dir='/home/jovyan'",
"--JupyterNotebookApp.shutdown_no_activity_timeout=3600",
"--JupyterNotebookApp.quit_button=False"
],
"command": [
"start-notebook.sh"
Expand Down

0 comments on commit 568364e

Please sign in to comment.