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