Skip to content

Commit

Permalink
Reuse credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic authored Nov 13, 2024
1 parent bb726b0 commit 402417e
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions services/backend/services/v4/config/functionalAccounts.dev.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"username": "admin",
"email": "admin@scicat.project",
"password": "27f5fd86ae68fe740eef42b8bbd1d7d5",
"email": "scicatadmin@your.site",
"password": "2jf70TPNZsS",
"role": "admin",
"global": true
},
Expand All @@ -13,10 +13,17 @@
"role": "adminingestor",
"global": false
},
{
"username": "ingestor",
"password": "aman",
"email": "scicatingestor@your.site",
"role": "ingestor",
"global": false
},
{
"username": "archiveManager",
"email": "archivemanager@scicat.project",
"password": "6d3b76392e6f41b087c11f8b77e3f9de",
"email": "scicatarchivemanager@your.site",
"password": "aman",
"role": "archivemanager",
"global": false
},
Expand All @@ -29,8 +36,8 @@
},
{
"username": "proposalIngestor",
"email": "proposalingestor@scicat.project",
"password": "7d8cd858fb9d0e4f5d91c34fd4016167",
"email": "scicatproposalingestor@your.site",
"password": "aman",
"role": "proposalingestor",
"global": false
},
Expand Down

0 comments on commit 402417e

Please sign in to comment.