feat: updates ?
This commit is contained in:
@@ -34,8 +34,13 @@ in
|
||||
SSO_SCOPES = "openid profile email offline_access";
|
||||
SSO_ALLOW_UNKNOWN_EMAIL_VERIFICATION = false;
|
||||
SSO_CLIENT_CACHE_EXPIRATION = 0;
|
||||
SSO_ONLY = true; # Set to true to disable email and master password login and require SSO
|
||||
SSO_ONLY = false; # Set to true to disable email and master password login and require SSO
|
||||
SSO_SIGNUPS_MATCH_EMAIL = true; # Match first SSO login to an existing account by email
|
||||
|
||||
SMTP_HOST = "192.168.68.33";
|
||||
SMTP_PORT = "25";
|
||||
SMTP_SECURITY = "off";
|
||||
SMTP_FROM = "home@m0rel.eu";
|
||||
};
|
||||
dbBackend = "postgresql";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user