mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-29 22:01:58 +02:00
feat: adjust configs for gitea
This commit is contained in:
@@ -27,7 +27,10 @@ in {
|
||||
};
|
||||
# one of "Trace", "Debug", "Info", "Warn", "Error", "Critical"
|
||||
log.LEVEL = "Info";
|
||||
session.COOKIE_SECURE = false;
|
||||
# Marks session cookies as "secure" as a hint for browsers to only send them via HTTPS.
|
||||
session.COOKIE_SECURE = true;
|
||||
# NOTE: The first registered user will be the administrator,
|
||||
# so this parameter should NOT be set before the first user registers!
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
|
||||
# "cron.sync_external_users" = {
|
||||
|
||||
Reference in New Issue
Block a user