Skip to content

Commit

Permalink
Fix jupyter credentials and validation
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Aug 22, 2024
1 parent 6c4a8fe commit 994ccd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"username": "admin",
"password": "2jf0TPNZsS",
"password": "2jf70TPNZsS",
"email": "[email protected]",
"role": "admin"
},
Expand Down
2 changes: 1 addition & 1 deletion services/jupyter/config/notebooks/pyscicat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
" numberOfFiles = 6,\n",
" orcidOfOwner=\"0000-0001-5109-3700\",\n",
" owner=\"Emmett Exemplum, PhD\",\n",
" ownerEmail=\"example.exemplum@some_uni.ch\",\n",
" ownerEmail=\"mail@example.com\",\n",
" size=589824, # in bytes!\n",
" sourceFolder=\"/datasets/example_dataset\", # this will have to reflect the retrieval location for the archival system \n",
" #sourceFolderHost=\"earth.net\", # same as above but the network host part (instead of filesystem)\n",
Expand Down

0 comments on commit 994ccd1

Please sign in to comment.