Skip to content

Commit

Permalink
add new env vars (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigglesandginger authored May 22, 2024
1 parent 4cf4eb6 commit 5f255c9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ spec:
- mountPath: "/home/jupyter/workspace"
name: beaker-pv-storage
env:
- name: TOOL_ENABLED_ASK_USER
value: "false"
- name: TOOL_ENABLED_RUN_CODE
value: "false"
- name: ENABLE_CHECKPOINTS
value: "false"
- name: SIMULATION_SCHEDULER_URL
value: http://sciml-service:3030
- name: HMI_SERVER_URL
Expand Down

0 comments on commit 5f255c9

Please sign in to comment.