format and ini format
This commit is contained in:
parent
9ab4604e90
commit
77d59b9cb3
1 changed files with 82 additions and 84 deletions
|
@ -75,12 +75,10 @@ in
|
||||||
COOKIE_SECURE = true;
|
COOKIE_SECURE = true;
|
||||||
COOKIE_NAME = "session";
|
COOKIE_NAME = "session";
|
||||||
};
|
};
|
||||||
repository ={
|
"repository.signing" = {
|
||||||
signing = {
|
|
||||||
SIGNING_KEY = "default";
|
SIGNING_KEY = "default";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
mailerPasswordFile = config.sops.secrets."services/forgejo/smtp/password".path;
|
mailerPasswordFile = config.sops.secrets."services/forgejo/smtp/password".path;
|
||||||
# secrets = {
|
# secrets = {
|
||||||
# mailer.PASSWD = config.sops.secrets."services/forgejo/smtp/password".path;
|
# mailer.PASSWD = config.sops.secrets."services/forgejo/smtp/password".path;
|
||||||
|
|
Loading…
Reference in a new issue