loadFromEnv(); return [ 'delete_short_urls' => [ 'check_visits_threshold' => $threshold !== null, 'visits_threshold' => (int) ($threshold ?? DEFAULT_DELETE_SHORT_URL_THRESHOLD), ], ]; })();