http auth

This commit is contained in:
Bryan Ramos 2026-03-12 16:51:58 -04:00
parent bb0f973aa1
commit e3a031753a

View file

@ -65,6 +65,10 @@ in
admin = { admin = {
DISABLE_REGULAR_ORG_CREATION = true; DISABLE_REGULAR_ORG_CREATION = true;
}; };
"auth" = {
ENABLE_BASIC_AUTHENTICATION = true;
};
}; };
database = { database = {