feat: support radiusDefaultOrganization in app.conf

This commit is contained in:
Yang Luo
2025-01-02 00:10:58 +08:00
parent 888a6f2feb
commit 8457ff7433
2 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,7 @@ ldapServerPort = 389
ldapsCertId = ""
ldapsServerPort = 636
radiusServerPort = 1812
radiusDefaultOrganization = "built-in"
radiusSecret = "secret"
quota = {"organization": -1, "user": -1, "application": -1, "provider": -1}
logConfig = {"filename": "logs/casdoor.log", "maxdays":99999, "perm":"0770"}