mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 07:39:44 +02:00
feat: Use environment variables for default admin configuration
This commit is contained in:
parent
a34d8e9753
commit
91bc889fed
20 changed files with 224 additions and 121 deletions
|
@ -40,4 +40,6 @@ module.exports.custom = {
|
|||
oidcJwksUri: process.env.OIDC_JWKS_URI,
|
||||
oidcScopes: process.env.OIDC_SCOPES || 'openid profile email',
|
||||
oidcSkipUserInfo: process.env.OIDC_SKIP_USER_INFO === 'true',
|
||||
|
||||
defaultAdminEmail: process.env.DEFAULT_ADMIN_EMAIL,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue