Skip to content

Commit

Permalink
Render USERDB optional on federation server
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Jun 11, 2024
1 parent 63ebd0e commit 9321e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/federated-identity-service/server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const conf = {
'templates'
),
update_users_cron: process.env.UPDATE_USERS_CRON || '*/10 * * * *',
userdb_engine: process.env.USERDB_ENGINE,
userdb_engine: process.env.USERDB_ENGINE || '',
userdb_host: process.env.USERDB_HOST,
userdb_name: process.env.USERDB_NAME,
userdb_user: process.env.USERDB_USER,
Expand Down

0 comments on commit 9321e0c

Please sign in to comment.