nextcloud: disable debugging output in tests
This commit is contained in:
parent
0a0c44e477
commit
c857fe8cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ let
|
|||
|
||||
adminUser = adminUser;
|
||||
adminPass.result = config.shb.hardcodedsecret.adminPass.result;
|
||||
debug = true;
|
||||
debug = false; # Enable this if needed, but beware it is _very_ verbose.
|
||||
};
|
||||
|
||||
shb.hardcodedsecret.adminPass = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue