Skip to content

Commit

Permalink
Merge pull request #552 from jl-wynen/master
Browse files Browse the repository at this point in the history
Add default users with shared group
  • Loading branch information
nitrosx authored Jun 14, 2023
2 parents f982573 + c750cb8 commit 5160ff8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/config/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,20 @@ const configuration = () => {
role: "group4",
global: false,
},
{
username: "user5.1",
email: "[email protected]",
password: "359a5fda99bfe5dbc42ee9b3ede77fb7",
role: "group5",
global: false,
},
{
username: "user5.2",
email: "[email protected]",
password: "f3ebd2e4def95db59ef95ee32ef45242",
role: "group5",
global: false,
},
],
httpMaxRedirects: process.env.HTTP_MAX_REDIRECTS ?? 5,
httpTimeOut: process.env.HTTP_TIMEOUT ?? 5000,
Expand Down

0 comments on commit 5160ff8

Please sign in to comment.