nextcloud: disable debugging output in tests

This commit is contained in:
ibizaman 2025-08-19 20:16:13 +02:00
parent 0a0c44e477
commit 6466b30d3f

View file

@ -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 = {