Skip to content

Commit

Permalink
Added salted password
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Aug 9, 2023
1 parent 89925b4 commit e643fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-notebook/jupyter_server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
c.NotebookApp.ip = '*'
c.NotebookApp.port = 8888
c.NotebookApp.port_retries = 0
#c.NotebookApp.password = 'sha1:7d93500c86ae587b3d9f4bf1b8cec36f221c8183'
c.NotebookApp.password = 'sha1:DF6B3EC0B13B8D17D4F31270420661F0BF9C355C:7d93500c86ae587b3d9f4bf1b8cec36f221c8183'
c.NotebookApp.base_url = '/node/slurmd-0/8888/'
c.NotebookApp.open_browser = False
c.NotebookApp.allow_origin = '*'
Expand Down

0 comments on commit e643fc6

Please sign in to comment.