Shhh there are secrets around
This commit is contained in:
parent
2a14742b5a
commit
ecd5caf514
1 changed files with 2 additions and 2 deletions
|
@ -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 * * *";
|
||||
|
|
Loading…
Reference in a new issue