mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Update backend/src/config/index.ts
Co-authored-by: clauspeterhuebner <86960882+clauspeterhuebner@users.noreply.github.com>
This commit is contained in:
parent
efa361810b
commit
48f69ca898
@ -130,7 +130,7 @@ const federation = {
|
||||
FEDERATION_BACKEND_SEND_ON_API: process.env.FEDERATION_BACKEND_SEND_ON_API ?? '1_0',
|
||||
// ?? operator don't work here as expected
|
||||
FEDERATION_VALIDATE_COMMUNITY_TIMER:
|
||||
Number(process.env.FEDERATION_VALIDATE_COMMUNITY_TIMER) || 60000,
|
||||
Number(process.env.FEDERATION_VALIDATE_COMMUNITY_TIMER ?? 60000) ,
|
||||
FEDERATION_XCOM_SENDCOINS_ENABLED:
|
||||
process.env.FEDERATION_XCOM_SENDCOINS_ENABLED === 'true' ?? false,
|
||||
// default value for community-uuid is equal uuid of stage-3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user