Shhh there are secrets around

This commit is contained in:
Daniel Flanagan 2024-08-07 20:17:16 -05:00
parent 2a14742b5a
commit ecd5caf514

View file

@ -718,7 +718,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
};
log = {
# TODO: raise the log level
LEVEL = "Debug";
# LEVEL = "Debug";
};
ui = {
THEMES = "forgejo-auto,forgejo-light,forgejo-dark,catppuccin-mocha-sapphire";
@ -1014,7 +1014,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
tls_key = key;
origin = "https://${domain}";
db_path = "${storage}/data/kanidm.db";
log_level = "debug";
log_level = "info";
online_backup = {
path = "${storage}/backups/";
schedule = "00 22 * * *";