Skip to content

Commit

Permalink
Test other user
Browse files Browse the repository at this point in the history
  • Loading branch information
theautomation committed Sep 19, 2024
1 parent a58a1a3 commit 108b61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
adminAuth: {
type: "credentials",
users: [{
username: "admin",
username: "coen",
password: "$2b$08$/vrQad7nTMczn8loufrLMuuQ1pSNEr.yiwu5bGcxoVzMyp4q6Ym5.",
permissions: "*"
}]
Expand Down Expand Up @@ -34,7 +34,7 @@ module.exports = {
lib: "monaco",
}
},
tours: true,
tours: false,
functionExternalModules: true,
functionGlobalContext: {},
debugMaxLength: 1000,
Expand Down

0 comments on commit 108b61c

Please sign in to comment.