added some oauth2 client options

This commit is contained in:
John Lancaster
2026-04-04 17:28:20 -05:00
parent 1196d69778
commit 8141662832
+7
View File
@@ -64,6 +64,13 @@
CERT_FILE = config.mtls.certFile;
})
];
oauth2_client = {
ENABLE_AUTO_REGISTRATION = true;
USERNAME = "nickname";
UPDATE_AVATAR = true;
ACCOUNT_LINKING = "login";
REGISTER_EMAIL_CONFIRM = false;
};
repository = {
ENABLE_PUSH_CREATE_USER = true;
};