diff --git a/self-host/entrypoint.sh b/self-host/entrypoint.sh index 757d2be1f..7238e14fe 100644 --- a/self-host/entrypoint.sh +++ b/self-host/entrypoint.sh @@ -154,6 +154,9 @@ if [ "$api_key" == "null" ] || [ "$api_secret" == "null" ] || [ "$management_key mv "$mounted_temp" "$mounted_config" fi +# Magic Links +export MagicLinks__NewAccountTimeout="0.00:00:00" + # Configure overrides for the admin console app jq '.ApplicationOverrides.admin.IsRateLimitBypassEnabled = true | .ApplicationOverrides.admin.IsMagicLinkQuotaBypassEnabled = true' \ "$mounted_config" > "$mounted_temp"