chore: fix merge oopsie
This commit is contained in:
parent
cf6ae898c4
commit
72938e41ba
@ -452,14 +452,9 @@ data AppSettings = AppSettings
|
|||||||
, appDatabaseConf :: PostgresConf
|
, appDatabaseConf :: PostgresConf
|
||||||
-- ^ Configuration settings for accessing the database.
|
-- ^ Configuration settings for accessing the database.
|
||||||
, appAutoDbMigrate :: Bool
|
, appAutoDbMigrate :: Bool
|
||||||
<<<<<<< HEAD
|
, appUserAuthConf :: UserAuthConf
|
||||||
, appUserAuthConf :: UserAuthConf -- TODO: add SSO option for user-auth config
|
|
||||||
=======
|
|
||||||
, appSingleSignOn :: Bool
|
, appSingleSignOn :: Bool
|
||||||
-- ^ Enable OIDC single sign-on
|
-- ^ Enable OIDC single sign-on
|
||||||
, appLdapConf :: Maybe (PointedList LdapConf)
|
|
||||||
-- ^ Configuration settings for CSV export/import to LMS (= Learn Management System)
|
|
||||||
>>>>>>> 139-single-sign-on-sso-routing-anpassen
|
|
||||||
, appLmsConf :: LmsConf
|
, appLmsConf :: LmsConf
|
||||||
-- ^ Configuration settings for CSV export/import to LMS (= Learn Management System) -- TODO, TODISCUSS: reimplement as user-auth source?
|
-- ^ Configuration settings for CSV export/import to LMS (= Learn Management System) -- TODO, TODISCUSS: reimplement as user-auth source?
|
||||||
, appAvsConf :: Maybe AvsConf
|
, appAvsConf :: Maybe AvsConf
|
||||||
|
|||||||
Reference in New Issue
Block a user