feat: hope for the best
This commit is contained in:
parent
1658396517
commit
58e70821dd
1 changed files with 8 additions and 1 deletions
|
|
@ -32,7 +32,14 @@ in
|
|||
HTTP_PORT = 3000;
|
||||
};
|
||||
# You can temporarily allow registration to create an admin user.
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
service = {
|
||||
DISABLE_REGISTRATION = false;
|
||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = true; # only SSO, no local signups
|
||||
};
|
||||
oauth2_client = {
|
||||
ENABLE_AUTO_REGISTRATION = true; # auto-create account on first SSO login
|
||||
ACCOUNT_LINKING = "auto"; # auto-link if email already exists
|
||||
};
|
||||
# Add support for actions, based on act: https://github.com/nektos/act
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue