mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
http auth
This commit is contained in:
parent
bb0f973aa1
commit
e3a031753a
1 changed files with 4 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ in
|
||||||
admin = {
|
admin = {
|
||||||
DISABLE_REGULAR_ORG_CREATION = true;
|
DISABLE_REGULAR_ORG_CREATION = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"auth" = {
|
||||||
|
ENABLE_BASIC_AUTHENTICATION = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
database = {
|
database = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue