forked from the-distro/infra
We have nothing to hide
This commit is contained in:
parent
297ddbb28c
commit
bebc7f2586
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ in
|
||||||
host = "/run/postgresql";
|
host = "/run/postgresql";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"auth.anonymous" = {
|
||||||
|
enabled = true;
|
||||||
|
org_name = "Main Org.";
|
||||||
|
org_role = "Viewer";
|
||||||
|
};
|
||||||
|
|
||||||
"auth.generic_oauth" = {
|
"auth.generic_oauth" = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue